Checkbox
A control that allows the user to toggle between checked and not checked.
Installation
Usage
<script lang="ts">
import { Checkbox } from "$lib/components/ui/checkbox/index.js";
</script>
<Checkbox />
A control that allows the user to toggle between checked and not checked.
<script lang="ts">
import { Checkbox } from "$lib/components/ui/checkbox/index.js";
</script>
<Checkbox />