[Improvement] add checkbox labelDisabled test case (#650)

This commit is contained in:
neverland
2018-02-27 09:46:36 +08:00
committed by GitHub
parent d7403a0241
commit 1e10a65a18
3 changed files with 20 additions and 2 deletions
+1
View File
@@ -90,6 +90,7 @@ export default {
|-----------|-----------|-----------|-------------|-------------|
| name | Checkbox name | `Boolean` | `false` | - |
| disabled | Diable checkbox | `Boolean` | `false` | - |
| label-disabled | Whether to disable label click | `Boolean` | `false` | - |
| shape | Checkbox shape | `String` | `round` | `square` |
### CheckboxGroup API