Preview
Usage
CheckboxGroup usage<CheckboxGroup label="Notify through" name="channels" options={channels} />API
CheckboxGroup APICheckboxGroupProps
| prop | type | notes |
|---|---|---|
| label | string | |
| name | string | |
| options | CheckboxOption[] | |
| defaultValue? | string[] | |
| disabled? | boolean | |
| hint? | RemixNode | |
| error? | string | null | |
| orientation? | 'stack' | 'row' | |
| mix? | MixInput |