diff --git a/components/lib/inputswitch/InputSwitch.js b/components/lib/inputswitch/InputSwitch.js index 85cc44a969..69094105ac 100644 --- a/components/lib/inputswitch/InputSwitch.js +++ b/components/lib/inputswitch/InputSwitch.js @@ -95,6 +95,7 @@ export const InputSwitch = React.memo( role: 'checkbox', 'aria-checked': checked }, + otherProps, ptm('root') ); const hiddenInputWrapperProps = mergeProps(