naive-ui/demo/documentation/components/radio/zhCN/index.demo-entry.md
2020-10-22 12:55:37 +08:00

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-groupname
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