feat(CheckboxGroup): add icon-size prop (#4530)

This commit is contained in:
neverland
2019-09-22 17:26:56 +08:00
committed by GitHub
parent 314cfa6a14
commit 3f4ec83145
5 changed files with 42 additions and 8 deletions
+1
View File
@@ -162,6 +162,7 @@ export default {
|------|------|------|------|------|
| v-model | Names of all checked checkboxes | *any[]* | - | - |
| disabled | Disable all checkboxes | *boolean* | `false` | - |
| icon-size | Icon size of all checkboxes | *string \| number* | `20px` | 2.2.3 |
| max | Maximum amount of checked options | *number* | `0`(Unlimited) | - |
### Checkbox Events