- or download this
print
$q->checkbox_group
...
-values=>\@predefined,
-defaults=>param('predefined'),
);
- or download this
<input type="checkbox" name="predefined" value="ARRAY(0x833ced0)" />AR
+RAY(0x833ced0)<br />
- or download this
print
$q->checkbox_group
...
-values=>@predefined,
-defaults=>param('predefined'),
);
- or download this
<input type="checkbox" name="predefined" value="element content" />ele
+ment content<br />
- or download this
print $query->checkbox_group(-name=>'group_name',
-values=>['eenie','meenie','min
+ie','moe'],
-default=>['eenie','moe'],
-linebreak=>'true',
-labels=>\%labels);
- or download this
@h = $query->checkbox_group(-name=>'group_name',-values=>\@values);
&use_in_creative_way(@h);
- or download this
print $h[0];
---
<input type="checkbox" name="group_name" value="ARRAY(0x833d000)" />AR
+RAY(0x833d000)