| Prop | Default | Type |
|---|---|---|
defaultValue | string | string[] | |
dir | 'ltr' | 'rtl' | |
disabled | booleanWhether the group is disabled from user interaction. | |
loop | boolean | |
orientation | 'horizontal' | 'vertical' | |
rovingFocus | booleanWhether the group should maintain roving focus of its buttons. | |
type | 'single' | 'multiple' | |
value | string | string[] |
| Emit | Payload |
|---|---|
update:value | [value: string | string[]] |