shadcn-vue
shadcn-vue copied to clipboard
[Bug]: v-model doesn't work on Checkbox
trafficstars
Reproduction
https://stackblitz.com/edit/nce3t7?file=src%2FApp.vue
Describe the bug
<Checkbox v-model="toggle" />
{{ toggle }}
Doesn't sync state with the toggle variable.
System Info
shadcn-vue 10.05
Contributes
- [ ] I am willing to submit a PR to fix this issue
- [ ] I am willing to submit a PR with failing tests