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