mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
563 B
563 B
radio
- category: Components
- chinese: 单选框
多选框。
何时使用
radio
一般用于选中单个状态,需要和提交操作配合。
API
Checkbox
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
checked | 指定当前是否选中 | boolean | false | |
defaultChecked | 初始是否选中 | boolean | false | |
onChange | 组合时必须 | Function(e:Event) |