diff --git a/packages/react/components/Checkbox.tsx b/packages/react/components/Checkbox.tsx index d93490e..3089d87 100644 --- a/packages/react/components/Checkbox.tsx +++ b/packages/react/components/Checkbox.tsx @@ -76,7 +76,7 @@ const Checkbox = React.forwardRef( } }} type="checkbox" - className="hidden peer/checkbox" + className="hidden" ref={(el) => { internalRef.current = el; if (typeof ref === "function") {