Help for this page

Select Code to Download


  1. or download this
    CGI::checkbox(-name => 'the_group', -value => $value, -label =>'')
    
  2. or download this
    $some_spaces = "    " #here are 4 spaces.
    $my_label = $title . $some_spaces . $description . $somespaces . $more
    +text 
    # the variables above just represent some basic information
    CGI::checkbox(-name => 'the_group', -value => $value, -label =>$my_lab
    +el)