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 03b4686 commit ad12bc9Copy full SHA for ad12bc9
src/components/primitives/Checkbox/Checkbox.tsx
@@ -72,6 +72,7 @@ const Checkbox = (
72
const inputProps = React.useMemo(() => groupItemInputProps, [
73
groupItemInputProps.checked,
74
groupItemInputProps.disabled,
75
+ groupItemInputProps,
76
]);
77
78
const [contextCombinedProps] = React.useState({
src/components/primitives/Checkbox/Checkbox.web.tsx
@@ -76,6 +76,7 @@ const Checkbox = (
79
80
81
82
0 commit comments