Ultra Checkbox
Create a checkbox group from configuration options.
Props
Name | Type | Default | Description |
---|---|---|---|
options | CheckboxMixedOption[] | - | Checkbox options |
space | SpaceProps | - | Spacing config |
For more parameters, see checkbox-group.
CheckboxOption Properties
Name | Type | Description |
---|---|---|
ref | CheckboxInst | Ref<CheckboxInst> | Bind a specific checkbox instance |
slots | Record<string, () => JSX.Element | undefined> | Checkbox Slots |
For more parameters, see checkbox.