Skip to content
kapable

CheckboxGroup

Forms · 1 export · v0.1.0 · showcase

Fieldset of native checkboxes that submit repeated values under one name.

Browse 72 component families
Notify through

Usage

CheckboxGroup usage
<CheckboxGroup label="Notify through" name="channels" options={channels} />

API

CheckboxGroup API

CheckboxGroupProps

CheckboxGroup props
proptypenotes
labelstring
namestring
optionsCheckboxOption[]
defaultValue?string[]
disabled?boolean
hint?RemixNode
error?string | null
orientation?'stack' | 'row'
mix?MixInput

More in Forms

More in Forms