Help for this page

Select Code to Download


  1. or download this
    my $snippet = $cgi->checkbox_group(
            -name=>'foo',
            -value=>['aaa', 'bbb', 'ccc']
    );