debian man page for html::formhandler::field::checkbox

Query: html::formhandler::field::checkbox

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

HTML::FormHandler::Field::Checkbox(3pm) 		User Contributed Perl Documentation		   HTML::FormHandler::Field::Checkbox(3pm)

NAME
HTML::FormHandler::Field::Checkbox - a checkbox field type
VERSION
version 0.40013
DESCRIPTION
This field is very similar to the Boolean Widget except that this field allows other positive values besides 1. Since unselected checkboxes do not return a parameter, fields with Checkbox type will always be set to the 'input_without_param' default if they do not appear in the form. widget checkbox checkbox_value In order to create the HTML for a checkbox, there must be a 'value="xx"'. This value is specified with the 'checkbox_value' attribute, which defaults to 1. input_without_param If the checkbox is not checked, it will be set to the value of this attribute (the unchecked value). Default = 0. Because unchecked checkboxes do not return anything in the HTTP parameters, the absence of a checkbox key in the parameters hash forces this field to this value. This means that Checkbox fields, unlike other fields, will not be ignored if there is no input. If a particular checkbox should not be processed for a particular form, you must set 'inactive' to 1 instead.
AUTHOR
FormHandler Contributors - see HTML::FormHandler
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Gerda Shank. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-25 HTML::FormHandler::Field::Checkbox(3pm)
Related Man Pages
html::formhandler::field::compound(3pm) - debian
html::formhandler::field::display(3pm) - debian
html::formhandler::manual::fromdfv(3pm) - debian
html::formhandler::render::withtt(3pm) - debian
html::formhandler::widget::form::simple(3pm) - debian
Similar Topics in the Unix Linux Community
Awk - Compare fields and increment variables
Count Fields with Quoted Field
Dynamic checkbox(HTML page) for each process using shell script
Get checkbox checked value from html page to the bash script
Field extract w/o - and adding formats