naive-ui/demo/documentation/components/checkbox/enUS/index.md
2020-02-04 17:52:31 +08:00

902 B

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

Prop Event
change value

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)