---
state:
option1: true
option2: false
option3: false
option4: true
option5: false
option6: false
---
### 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`.
```vue
```