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
classes
Show exampleHide example
disabled
Show exampleHide example
error
Show exampleHide example
false-value
Show exampleHide example
id
Show exampleHide example
indeterminate
Show exampleHide example
label
Show exampleHide example
true-value
Show exampleHide example
value
Show exampleHide example
color
Show exampleHide example
rounded
@since
2.0.0