Checkbox

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



Installation

npx shadcn-svelte@latest add https://retroui-svelte.netlify.app/r/checkbox.json


Usage

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

Examples

Variants


Size