Help for this page

Select Code to Download


  1. or download this
    @h=$query->checkbox_group(-name=>'choice',-value=>['fee','fie','foe'],
    + -nolabels=>1);
    create_nice_table(@h);
    
  2. or download this
    CGI::checkbox(-name => 'the_group', -value => $value, -label =>'')