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