- {#snippet children({ checked, indeterminate })}
-
- {#if indeterminate}
-
- {:else}
-
- {/if}
-
- {/snippet}
-
diff --git a/src/lib/components/ui/checkbox/index.ts b/src/lib/components/ui/checkbox/index.ts
deleted file mode 100644
index 6d92d94..0000000
--- a/src/lib/components/ui/checkbox/index.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-import Root from "./checkbox.svelte";
-export {
- Root,
- //
- Root as Checkbox,
-};