diff --git a/packages/fuselage/src/components/CheckBox/CheckBox.tsx b/packages/fuselage/src/components/CheckBox/CheckBox.tsx index 59c09e7577..8d00a90b21 100644 --- a/packages/fuselage/src/components/CheckBox/CheckBox.tsx +++ b/packages/fuselage/src/components/CheckBox/CheckBox.tsx @@ -3,7 +3,6 @@ import type { ComponentProps, Ref, FormEvent, AllHTMLAttributes } from 'react'; import React, { forwardRef, useLayoutEffect, useRef, useCallback } from 'react'; import Box from '../Box'; -import { Label } from '../Label'; type CheckBoxProps = ComponentProps & { indeterminate?: boolean; @@ -33,7 +32,7 @@ export const CheckBox = forwardRef(function CheckBox( ); return ( - + & AllHTMLAttributes; @@ -12,7 +11,7 @@ export const RadioButton = forwardRef(function RadioButton( ref: Ref ) { return ( - + ) { return ( - +