doc: fix checkbox description error (#4731)

This commit is contained in:
Penghan Wang 2017-01-27 13:54:15 +08:00 committed by Wei Zhu
parent 0d2b8989bc
commit 29081542e6

View File

@ -27,7 +27,7 @@ title: Checkbox
| 参数 | 说明 | 类型 | 默认值 |
|----------|------------------|----------|--------|
| defaultValue | 默认选中的选项 | string | [] |
| value | 指定选中的选项| string | [] |
| options | 指定可选项 | string | [] |
| defaultValue | 默认选中的选项 | string[] | [] |
| value | 指定选中的选项| string[] | [] |
| options | 指定可选项 | string[] | [] |
| onChange | 变化时回调函数 | Function(checkedValue) | - |