We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc61029 commit 0f7b3acCopy full SHA for 0f7b3ac
lib/interactive/check/Checkbox.tsx lib/input/check/Checkbox.tsxlib/interactive/check/Checkbox.tsx renamed to lib/input/check/Checkbox.tsx
src/demos/interactive/DemoCheckbox.tsx src/demos/input/DemoCheckbox.tsxsrc/demos/interactive/DemoCheckbox.tsx renamed to src/demos/input/DemoCheckbox.tsx
@@ -1,5 +1,5 @@
1
import { createSignal } from "solid-js"
2
-import { Checkbox } from "~ui/interactive/check/Checkbox"
+import { Checkbox } from "~ui/input/check/Checkbox"
3
import { toastAdd } from "~ui/interactive/toast/toastAdd"
4
import { toastVariant } from "~ui/interactive/toast/toastVariant"
5
import { PageWrapper } from "~ui/static/page/PageWrapper"
0 commit comments