Class: Forms::Plain::CheckboxGroup
- Inherits:
-
CheckboxGroup
- Object
- CheckboxGroup
- Forms::Plain::CheckboxGroup
- Defined in:
- lib/forms/plain/checkbox_group.rb
Overview
Bare checkbox group. Inherits the whole binding contract from Forms::CheckboxGroup (the shared array name, the empty-array hidden field, the per-item checked state) and overrides only the rendering seams to ship zero daisyUI classes. The invalid state rides aria-invalid on the group, never a color class.