logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       FormHandler Contributors - see HTML::FormHandler

Name

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

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.

Version

       version 0.40068

See Also