Checkbox Widget
The checkbox widget provides a simple clickable checkbox. It may be used stand-alone or as part of a form.

Configurable components
| Name | Description |
|---|---|
| card | Background button card component |
| primary | Button component |
Widget Properties
| Class Name | Description |
|---|---|
| form | Name of the form to submit to. |
| label | Checkbox label text |
| value | The checkbox value |
CSS Properties
These CSS properties configure the underlying button component.
| Property | Description |
|---|---|
| background | Background color of the button |
| color | Text color of the button |
| card.background | Background color of the card |
| --v-density | Set to compact, default or comfortable. |
| --v-ripple | Set to enable the ripple effect. |
