Docs
Checkbox

Checkbox

A control that allows the user to toggle between checked and not checked.

Loading...

Installation

	npx shadcn-svelte@latest add checkbox

Usage

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

Examples

With Text

Loading...

Disabled

Loading...

Form

Loading...
Loading...