Checkbox
Yo, yo, check it out.
Demos
basic
group
grid
indeterminate
controlled
event
V-model
Checkbox V-model
Prop |
Event |
change |
checked |
Checkbox Group V-model
Props
Checkbox Props
Name |
Type |
Default |
Description |
value |
string | number |
null |
|
checked |
boolean |
false |
|
disabled |
boolean |
false |
|
Checkbox Group Props
Name |
Type |
Default |
Description |
value |
Array<string | number> |
null |
|
disabled |
boolean |
false |
|
Slots
Checkbox Slots
Name |
Parameters |
Description |
default |
() |
|
Checkbox Group Slots
Name |
Parameters |
Description |
default |
() |
|
Events
Checkbox Events
Name |
Parameters |
Description |
change |
(checked: boolean) |
|
Checkbox Group Events
Name |
Paramaters |
Description |
change |
(value: string | number) |
|