naive-ui/demo/documentation/components/checkbox/enUS/index.md

830 B

Checkbox

Yo, yo, check it out.

Demos

basic
group
grid
indeterminate
controlled
event

V-model

Checkbox

Prop Event
change checked

Checkbox Group

Prop Event
change value

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)