Radio
A secondary encapsulation of the element-plus
radio
component. Simplifies usage.
Basic Usage
Disabled
Properties
Property | Description | Type | Extended | Default |
---|---|---|---|---|
v-model | Bound value of the selection | enum | No | - |
type | Type of the radio group | enum | Yes | default |
disabled | Whether disabled | boolean | No | false |
size | Size of the radio | enum | No | - |
Events
Event | Description | Type | Extended |
---|---|---|---|
change | Triggered when the bound value changes | Function | No |