shadcn-vue icon indicating copy to clipboard operation
shadcn-vue copied to clipboard

[Bug]: v-model doesn't work on Checkbox

Open sugoidesune opened this issue 1 year ago • 6 comments
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

sugoidesune avatar Jun 19 '24 14:06 sugoidesune