Apples
API Reference
Props mirror Base UI React where applicable, adapted for Svelte 5. Native HTML attributes for the rendered element are also accepted unless noted.
CheckboxGroup
Extends div HTML attributes.
| Property | Type | Default | Description |
|---|---|---|---|
value | string[] | undefined | — | Controlled value. |
defaultValue | string[] | — | Uncontrolled initial value. |
onValueChange | ((value: string[], event: Event) => void) | undefined | — | Event handler called when the value changes. |
disabled | boolean | false | Whether the control ignores user interaction. |
allValues | string[] | undefined | — | — |
children | Snippet<[{ value: string[]; disabled: boolean }]> | — | Content rendered inside the part. |
| Data attribute | Description |
|---|---|
data-disabled | Present when the part is disabled. |