v-model
undefined
Array
Boolean
Object
v-model
base
"checkbox"
String
label
empty string
String
mod-checkbox
empty string
String
mod-label
empty string
String
name
empty string
String
rules
[]
Object
validate-mode
"silent"
String
'silent'
or 'eager'
. See Form Validation for explanation and examplesvalidate-on
"blur"
String
'blur'
, 'immediate'
or 'form'
. See Form Validation for explanation and examplesvalidation-state
null
String
'valid'
, 'invalid'
, empty string
for default state or null
for component controlled statevariant
empty string
String
mod-*
propsv-checkbox-simple
v-checkbox-simple
is a lighter, simpler checkbox variant that can be used in lists, tables etc.v-checkbox-group
v-checkbox-group
component to create group with single v-model
and additional validation rulesv-checkbox-simple
is a lighter, simpler checkbox variant that can be used in lists, tables etc. Simple checkbox only has mod-checkbox
and base
prop. It does not allow v-model
but :checked
prop and @changed
event can be used instead.
Checkboxes can be optionally wrapped with v-checkbox-group
to create group with single v-model
. Group allows more validation options.