VCheckbox
Vuero provides default styled checkboxes in 2 main styles, outlined
(default) and solid
. Those checkboxes also support all main colors. The available colors are primary
, success
, info
, warning
, danger
.
Outlined circle
Vuero checkboxes can be circles instead of squares. Simply add the circle
attribute to your checkbox element. See the code example for more details about usage.
Complex object value
You can use complex object values to store the state of the checkbox by using the trueValue
and falseValue
props.
Note that alternative checkbox style with solid
attribute. Those checkboxes also support all main colors. The available modifiers are primary
, success
, info
, warning
, danger
.
Solid circle
Vuero checkboxes can be circles instead of squares. Simply add the circle
attribute to your checkbox element. See the code example for more details about usage.