Appearance
Radio 单选框
组件来源:Element-Plus
https://element-plus.org/zh-CN/component/radio.html
示例
API
| 属性名 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| options | 选项配置 | array<{ value, label, meta }> | [] |
| isDisabledOption | 禁用选项 | function (option, formData) | |
| border | 是否显示边框 | boolean | true |
| size | 单选框的尺寸 | large | default |
| valueProp | value的参数名 | string | value |
| labelProp | label的参数名 | string | label |