diff --git a/packages/fuselage/src/components/ToggleSwitch/ToggleSwitch.tsx b/packages/fuselage/src/components/ToggleSwitch/ToggleSwitch.tsx index b42abd1833..b08cc2e692 100644 --- a/packages/fuselage/src/components/ToggleSwitch/ToggleSwitch.tsx +++ b/packages/fuselage/src/components/ToggleSwitch/ToggleSwitch.tsx @@ -10,14 +10,16 @@ export const ToggleSwitch = forwardRef(function ToggleSwitch( }: ComponentProps & AllHTMLAttributes, ref: Ref, ) { + const { is: outerIs = 'label', ...rest } = props; + return ( - +