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

NameType
label
string
modelValue
boolean | undefined

<UiCheckbox

label="

"

></UiCheckbox>