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