Searched defs:checkbox (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm242 ':form'=>[qw/textfield textarea filefield password_field hidden checkbox checkbox_group
2274 #### Method: checkbox
2275 # Create a checkbox that is not logically linked to any others.
2278 # $name -> Name of the checkbox
2280 # $value -> (optional) value of the checkbox, 'on' by default
2282 # Otherwise the checkbox name is used.
2284 # A string containing a <input type="checkbox"> field
2286 'checkbox' => <<'END_OF_FUNC',
2287 sub checkbox { subroutine
2310 qq{<input type="checkbox" nam
[all...]

Completed in 33 milliseconds