CheckboxGroup is hand-built (no shadcn-vue stock equivalent) as a simple name/layout provider via provide/inject, matching RadioGroup's pattern -- it does not coordinate an array modelValue across children the way PrimeVue's did, since each Checkbox now owns its own boolean v-model. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| Badge.spec.ts | ||
| Button.spec.ts | ||
| Checkbox.spec.ts | ||
| CheckboxGroup.spec.ts | ||
| engine.spec.ts | ||
| Input.spec.ts | ||
| lib.spec.ts | ||
| Switch.spec.ts | ||
| tailwind-tokens.spec.ts | ||
| Textarea.spec.ts | ||