Checkbox
Last updated
A checkbox widget.
Checkbox supports the v-model directive.
type: Boolean
Whether the checkbox is checked or unchecked.
Emitted when the checkbox checked state is toggled.
<Checkbox v-model="checkboxState">Checkbox label</Checkbox>Last updated