File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/react-core/src/components/Switch Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export interface SwitchProps
1616 label ?: React . ReactNode ;
1717 /** Adds an accessible name to the switch when the label prop is not passed, and must describe the isChecked="true" state. */
1818 'aria-label' ?: string ;
19- /** Adds an accessible name to the switch via a list of referenced id's . The computed accessible name must describe the isChecked="true" state. */
19+ /** Adds an accessible name to the switch via one or more referenced id(s) . The computed accessible name must describe the isChecked="true" state. */
2020 'aria-labelledby' ?: string ;
2121 /** Flag to show if the switch is checked when it is controlled by React state.
2222 * To make the switch uncontrolled instead use the defaultChecked prop, but do not use both.
You can’t perform that action at this time.
0 commit comments