Browse Source

[checkbox][docs] fixes doc table extra column cell (#6995)

pull/7000/head
Aleck Landgraf 7 years ago
committed by 偏右
parent
commit
d6a0b1bd3e
  1. 4
      components/checkbox/index.en-US.md

4
components/checkbox/index.en-US.md

@ -20,7 +20,7 @@ Checkbox.
| checked | Specifies whether the checkbox is selected. | boolean | false |
| defaultChecked | Specifies the initial state: whether or not the checkbox is selected. | boolean | false |
| onChange | The callback function that is triggered when the state changes. | Function(e:Event) | - |
| disabled | Disable checkbox | boolean | | false|
| disabled | Disable checkbox | boolean | false|
### Checkbox Group
@ -30,4 +30,4 @@ Checkbox.
| value | Used for setting the currently selected value. | string[] | [] |
| options | Specifies options | string[] | [] |
| onChange | The callback function that is triggered when the state changes. | Function(checkedValue) | - |
| disabled | Disable all checkboxes | boolean | | false |
| disabled | Disable all checkboxes | boolean | false |

Loading…
Cancel
Save