Skip to main content
You are viewing Pre-Alpha documentation.
Vuetify0 Logo
Theme
Mode
Accessibility
Vuetify

Sign in

Sign in with your preferred provider to access your account.

Group API

API reference for the Group components.

Group.Root

Props

namespace

string

Namespace for dependency injection (must match GroupItem namespace)

Default: "v0:group"

disabled

boolean

Disables the entire group instance

Default: false

enroll

boolean

Auto-select non-disabled items on registration

Default: false

mandatory

boolean | "force"

Controls mandatory group behavior: - false (default): No mandatory group enforcement - true: Prevents deselecting the last selected item - `force`: Automatically selects the first non-disabled item on registration

Default: false

modelValue

T | T[]

Events

update:model-value

[value: T | T[]]

Slots

default

GroupRootSlotProps

Group.Item

Props

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>

Sets the indeterminate state (for checkboxes)

Default: false

namespace

string

Namespace for dependency injection

Default: "v0:group"

Slots

default

GroupItemSlotProps<V>
Was this page helpful?

© 2016-1970 Vuetify, LLC
Ctrl+/