[Improvement] Checkbox: add label-position prop (#1394)

This commit is contained in:
neverland
2018-07-04 00:42:58 +08:00
committed by GitHub
parent 4fd891ac29
commit 60fcfd4d46
4 changed files with 11 additions and 3 deletions
+2 -1
View File
@@ -93,10 +93,11 @@ export default {
| Attribute | Description | Type | Default |
|-----------|-----------|-----------|-------------|
| v-model | Check status | `Boolean` | `false` |
| name | Checkbox name | `any` | - |
| v-model | Check status | `Boolean` | `false` |
| disabled | Diable checkbox | `Boolean` | `false` |
| label-disabled | Whether to disable label click | `Boolean` | `false` |
| label-position | Can be set to `left` | `String` | `right` |
| shape | Can be set to `round` `square` | `String` | `round` |
### CheckboxGroup API