GroupItem API
API reference for the GroupItem component.
| Name | Type | Default | Description |
|---|
id | string | — | Unique identifier (auto-generated if not provided) |
label | string | — | Optional display label (passed through to slot, not used in registration) |
value | V | — | Value associated with this item |
disabled | MaybeRef<boolean> | — | Disables this specific item |
indeterminate | MaybeRef<boolean> | false | Sets the indeterminate state (for checkboxes) |
namespace | string | "v0:group" | Namespace for dependency injection |
| Name | Slot Props | Description |
|---|
default | GroupItemSlotProps<V> | — |