We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2273fc9 commit 0961878Copy full SHA for 0961878
packages/pluggableWidgets/switch-web/src/components/Switch.tsx
@@ -38,7 +38,7 @@ export default function Switch(props: SwitchProps): ReactElement {
38
role="switch"
39
aria-checked={props.isChecked}
40
aria-labelledby={`${props.id}-label`}
41
- aria-readonly={!props.editable}
+ aria-disabled={!props.editable}
42
>
43
<div
44
className={classNames("widget-switch-btn", {
0 commit comments