diff --git a/components/lib/multistatecheckbox/MultiStateCheckbox.js b/components/lib/multistatecheckbox/MultiStateCheckbox.js index 6443bd2bb4..d909778223 100644 --- a/components/lib/multistatecheckbox/MultiStateCheckbox.js +++ b/components/lib/multistatecheckbox/MultiStateCheckbox.js @@ -158,7 +158,7 @@ export const MultiStateCheckbox = React.memo( { ref: elementRef, id: props.id, - className: cx('root'), + className: classNames(props.className, cx('root')), style: props.style, onClick: onClick },