ant-design/components/radio/index.md
2015-07-16 18:26:17 +08:00

563 B

radio

  • category: Components
  • chinese: 单选框

多选框。

何时使用

  • radio 一般用于选中单个状态,需要和提交操作配合。

API

Checkbox

参数 说明 类型 可选值 默认值
checked 指定当前是否选中 boolean false
defaultChecked 初始是否选中 boolean false
onChange 组合时必须 Function(e:Event)