NAME
HTML::FormHandler::Widget::Field::CheckboxGroup - checkbox group field role
VERSION
version 0.40050
SYNOPSIS
Checkbox group widget for rendering multiple selects.
Checkbox element label class is 'checkbox', plus 'inline' if the 'inline' tag is set.
Options hashrefs must have the keys 'value', and 'label'. They may have an 'attributes' hashref key. The 'checked' attribute should not be set in the options hashref. It should be set by supplying a default value or from params input.
AUTHOR
FormHandler Contributors - see HTML::FormHandler
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 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.