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