Scroll to navigation

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

NAME

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

VERSION

version 0.40068

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) 2017 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.

2022-03-25 perl v5.34.0