Skip to main content

Installation

npx shadcn-svelte@next add checkbox

Usage

<script lang="ts">
  import { Checkbox } from "$lib/components/ui/checkbox/index.js";
</script>

<Checkbox />

Build docs developers (and LLMs) love