Appearance
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
Prop | Description | Options |
---|---|---|
name | the field name of the checkbox | |
label | the text label of the checkbox | |
value | the value of the field when checked | |
classes | additional comma delimited list of css classes to apply to the input element |
Component Events
Event | Description | Args |
---|---|---|
-- |
CSS Classes
Class | Description |
---|---|
-- |