Learn more about Mintlify
Enter your email to receive updates about new features and product releases.
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 />