Radios
Preview
Demo code
Inputs
Option | Type | Default value | Possible values |
---|---|---|---|
size | enum | medium | small/medium/large |
options | object[] | - | { label: string; value: any; disabled?: boolean }[] |
disabled | boolean | false | true/false |
Outputs
Event | Type | Value |
---|---|---|
onValueChange | any | Emits the 'checked' radio value |
Style Variables