npx ui-thing@latest add checkbox
You agree to our Terms of Service and Privacy Policy.
We can set the default value of the checkbox by binding the v-model:checked
prop to a boolean value.
To bind the default value on the VeeCheckbox component, we need to use the v-model
prop instead of v-model:checked
.
This checkbox will be true by default.