June 1999
Intermediate to advanced
540 pages
21h 39m
English
checkbox
print
$query
->checkbox('
name
' [,'
checked
','
value
','
label
'])
Generates a single checkbox.
The name to assign the input to (required).
Checkbox should be checked initially.
The value to return when checked (default is on).
The label to use for the checkbox (default is the name of the checkbox).
Using named parameters, the syntax is:
print $query->checkbox(-name=>'name', -checked=>'checked', -value=>'value', -label=>'label', -onClick=>function);
Browser should execute function when the user clicks on any checkbox in the group.
Read now
Unlock full access