Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 41c0c93

Browse files
Update website/pages/switch.mdx
1 parent 68c7470 commit 41c0c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/switch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You can change the checked background color of the switch by passing the `color`
6060
| `name` | `string` | | The input name of the switch when used in a form. |
6161
| `value` | `string`, `boolean` | | The value of the switch. |
6262
| `aria-label` | `string` | | The aria-label of the switch for accessibility. |
63-
| `aria-labelledby` | `string` | | The aria-labelled by of the switch for accessibility. |
63+
| `aria-labelledby` | `string` | | The `aria-labelledby` of the switch for accessibility. |
6464
| `isChecked` | `boolean` | | If `true`, set the switch to the checked state. |
6565
| `defaultIsChecked` | `boolean` | | If `true`, the checkbox will be initially checked. |
6666
| `isDisabled` | `boolean` | | If `true`, set the disabled to the invalid state. |

0 commit comments

Comments
 (0)