Create stunning custom checkboxes using the base checkbox element and designing yourself the exterior look of it.
Show codeHide code
vue
Name
Type
false-value
The value to set when the checkbox is unchecked.
Show exampleHide example
vue
id
The form input identifier.
Show exampleHide example
vue
label
The label to display for the checkbox.
Show exampleHide example
vue
true-value
The value to set when the checkbox is checked.
Show exampleHide example
vue
value
Defines the value of the checkbox when it's checked.
Show exampleHide example
vue