Provided by: libhtml-formhandler-perl_0.40064-1_all bug

NAME

       HTML::FormHandler::Widget::Field::CheckboxGroup - checkbox group field role

VERSION

       version 0.40064

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.

       See HTML::FormHandler::Field::Select for documentation on select fields and options.

AUTHOR

       FormHandler Contributors - see HTML::FormHandler

COPYRIGHT AND LICENSE

       This software is copyright (c) 2014 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.20.2                                2HTML::FormHandler::Widget::Field::CheckboxGroup(3pm)