[new feature] Checkbox: add icon-size prop

This commit is contained in:
陈嘉涵
2019-05-08 17:36:45 +08:00
parent 1d658a9338
commit d46b6e4fde
5 changed files with 17 additions and 5 deletions
+1
View File
@@ -142,6 +142,7 @@ export default {
| shape | Can be set to `square` | `String` | `round` |
| v-model | Check status | `Boolean` | `false` |
| disabled | Diable checkbox | `Boolean` | `false` |
| icon-size | Icon size | `String | Number` | `20px` |
| label-disabled | Whether to disable label click | `Boolean` | `false` |
| label-position | Can be set to `left` | `String` | `right` |
| checked-color | Checked color | `String` | `#1989fa` | - |