mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
1.1 KiB
1.1 KiB
单选 Radio
我还小的时候,很喜欢听收音机,比如 FM 106.8 或者 FM 92.1。
演示
basic
group
button-group
size
radio-focus-debug
Props
Radio Props, RadioButton Props
名称 | 类型 | 默认值 | 说明 |
---|---|---|---|
checked-value | string | number | boolean |
null |
|
disabled | boolean |
false |
|
name | string |
undefined |
单选按钮 radio 元素的 name 属性。如果没有设定会使用 n-radio-group 的 name |
size | 'small' | 'medium' | 'large' |
'medium' |
只用于 n-radio |
value | string | number | boolean |
required | |
on-update:checked-value | (checkedValue: string | number | boolean) => any |
undefined |
RadioGroup Props
名称 | 类型 | 默认值 | 说明 |
---|---|---|---|
disabled | boolean |
false |
|
name | string |
undefined |
选项组内部 radio 元素的 name 属性 |
size | 'small' | 'medium' | 'large' |
medium |
|
theme | 'light' | 'dark' | null | string |
null |
|
value | string | number | boolean |
null |
|
on-update:value | (checkedValue: string | number | boolean) => any |
undefined |