Help for this page

Select Code to Download


  1. or download this
    use CGI qw/:standard/;
    
    print checkbox(-name=>'my_checkbox',
    ...
         -value=>'on',
         -label=>'label of my checkbox. Check Me!!!',
         -labelattributes=>[id=>'checkboxlabel_id']);
    
  2. or download this
    <label><input type="checkbox" name="my_checkbox" value="on" labelattri
    +butes="ARRAY(0x938ac80)" />label of my checkbox. Check Me!!!</label>