单选框组合
| 参数 | 说明 | 类型 | 默认值 | 
|---|---|---|---|
| color | one of: primary/success/info/danger/warning/dark | string | - | 
| disabled | 是否可用 | bool | false | 
| style | 添加style | object | {} | 
| className | 传入列的classname | String | - | 
| 参数 | 说明 | 类型 | 默认值 | 
|---|---|---|---|
| color | one of: primary/success/info/danger/warning/dark | string | - | 
| size | one of: lg/sm | string | - | 
| disabled | 是否可用 | bool | false | 
| 参数 | 说明 | 类型 | 默认值 | 
|---|---|---|---|
| onChange | 暴露在外层的触发radio是否选中的方法 | func | - | 
| selectedValue | 被选中的radio值 | string | - | 
| name | radio组名 | string | '' | 
| Children | 必填,Radio子组件 | node | - | 
| 按键 | 功能 | 
|---|---|
| space | 选中/反选Radio | 
| →(右箭)、↓(下箭) | 将焦点移动到下一个Radio上,依次循环选中 | 
| ←(左箭)、↑(上箭) | 将焦点移动到上一个Radio上,依次循环选中 |