Help for this page

Select Code to Download


  1. or download this
    $cgi->checkbox( { -name => 'cb-1', -value => 1, -label => "", -checked
    + => 'checked' } );
    
  2. or download this
    $cb = $cgi->checkbox( { -name => 'cb-1', -value => 1, -label => "" } )
    +;
    $cb =~ s/(value)/checked $1/;