Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A control that allows the user to toggle between checked and not checked.
npx shadcn-svelte@next add checkbox
Install bits-ui
npm install bits-ui -D
Copy component code
<script lang="ts"> import { Checkbox } from "$lib/components/ui/checkbox/index.js"; </script> <Checkbox />