Skip to content
On this page

Radio 单选

单选框

基本用法

用 checked 判断是否选中

展开源码

选项组

展开源码

按钮组

展开源码

大小

展开源码

按钮组大小

展开源码

Radio,RadioButton 属性

名称说明类型默认值
checked是否选中booleanundefined
value绑定值string | number | booleanundefined
label标签内容stringundefined
disabled是否禁用booleanfalse
sizeRadio 的大小'small' | 'medium' | 'large''medium'

RadioGroup 属性

名称说明类型默认值
value当前选中 Radio 的值string | number | booleanundefined
button-styleRadioButton 的风格样式'outline' | 'solid''outline'
sizeRadio 的大小'small' | 'medium' | 'large''medium'

Radio 方法

名称说明类型
focus聚焦() => void
blur失焦() => void