Skip to content

Ultra Checkbox

Create a checkbox group from configuration options.

Props

NameTypeDefaultDescription
optionsCheckboxMixedOption[]-Checkbox options
spaceSpaceProps-Spacing config

For more parameters, see checkbox-group.

CheckboxOption Properties

NameTypeDescription
refCheckboxInst | Ref<CheckboxInst>Bind a specific checkbox instance
slotsRecord<string, () => JSX.Element | undefined>Checkbox Slots

For more parameters, see checkbox.

Released under the MIT License.