Checkbox
Enable users to select or deselect an option from a set of choices
Installation
npx @v-moravec/ui add checkbox
Code will be added to ~/components/ui/checkbox/. You can further customize it there.
Props
Name | Type |
---|---|
label |
|
modelValue |
|
<UiCheckbox
label="
"
></UiCheckbox>