Skip to content

CheckBoxGroup

The CheckboxInput component provides a standard html checkbox field with the added ability to style the checkmark.

Examples

html
<CheckboxInput label="I agree" name="toa" value="yes" />

Component Props

PropDescriptionOptions
namethe field name of the checkbox
labelthe text label of the checkbox
valuethe value of the field when checked
classesadditional comma delimited list of css classes to apply to the input element

Component Events

EventDescriptionArgs
--

CSS Classes

ClassDescription
--