diff --git a/src/shared/components/SwitchWithLabel/index.jsx b/src/shared/components/SwitchWithLabel/index.jsx index 1d80831a3b..43c3b0fba0 100644 --- a/src/shared/components/SwitchWithLabel/index.jsx +++ b/src/shared/components/SwitchWithLabel/index.jsx @@ -23,6 +23,9 @@ function SwitchWithLabel({ className={theme.wrapper} onClick={() => onSwitch(!enabled)} onKeyPress={() => onSwitch(!enabled)} + role="switch" + aria-checked={enabled} + tabIndex={0} > {labelBefore}