Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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