feat(CheckboxGroup): add checked-color prop (#4531)
This commit is contained in:
@@ -151,9 +151,9 @@ export default {
|
||||
| shape | Can be set to `square` | *string* | `round` | - |
|
||||
| v-model | Check status | *boolean* | `false` | - |
|
||||
| disabled | Disable 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` | - |
|
||||
| icon-size | Icon size | *string \| number* | `20px` | - |
|
||||
| checked-color | Checked color | *string* | `#1989fa` | - | - |
|
||||
|
||||
### CheckboxGroup Props
|
||||
@@ -161,9 +161,10 @@ export default {
|
||||
| Attribute | Description | Type | Default | Version |
|
||||
|------|------|------|------|------|
|
||||
| v-model | Names of all checked checkboxes | *any[]* | - | - |
|
||||
| max | Maximum amount of checked options | *number* | `0`(Unlimited) | - |
|
||||
| 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) | - |
|
||||
| checked-color | Checked color of all checkboxes | *string* | `#1989fa` | - | 2.2.3 |
|
||||
|
||||
### Checkbox Events
|
||||
|
||||
|
||||
Reference in New Issue
Block a user