The checkbox component can have different radius factors. Here is an example of a rounded:none checkbox.
Show codeHide code
The checkbox component can have different radius factors. Here is an example of a rounded:sm checkbox.
Show codeHide code
The checkbox component can have different radius factors. Here is an example of a rounded:md checkbox.
Show codeHide code
The checkbox component can have different radius factors. Here is an example of a curved checkbox.
Show codeHide code
The checkbox component can have different radius factors. Here is an example of a full checkbox.
Show codeHide code
The checkbox component can show a disabled state. Use the disabled prop to make a checkbox disabled.
Show codeHide code
Use true-value/false-value to create custom behavior
Show codeHide code
By default, the checkbox value has only two states: true and false.
To use checkbox to select multiple options, define the v-model to an array.
Show codeHide code
classesShow exampleHide example
disabledShow exampleHide example
errorShow exampleHide example
false-valueShow exampleHide example
idShow exampleHide example
indeterminateShow exampleHide example
labelShow exampleHide example
true-valueShow exampleHide example
valueShow exampleHide example
colorShow exampleHide example
rounded@since
2.0.0