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 d7d015a commit 03880c8Copy full SHA for 03880c8
src/index.tsx
@@ -3,7 +3,7 @@ import {VisuallyHidden} from '@accessible/visually-hidden'
3
import useSwitch from '@react-hook/switch'
4
import clsx from 'clsx'
5
6
-export const CheckboxContext = React.createContext<CheckboxContextValue>({
+const CheckboxContext = React.createContext<CheckboxContextValue>({
7
checked: false,
8
check: noop,
9
uncheck: noop,
0 commit comments