You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The component takes the following props.
21
21
|`icons`|_object_| If `false`, no icons are displayed. You may also pass custom icon components in `icons={{{checked: <CheckedIcon />, unchecked: <UncheckedIcon />}}`|
22
22
|`aria-labelledby`|_string_| The value of the `aria-labelledby` attribute of the wrapped \<input\> element |
23
23
|`aria-label`|_string_| The value of the `aria-label` attribute of the wrapped \<input\> element |
24
-
|`disabled`|_boolean_| If `true`, the toggle is enabled. If `false`, the toggle is disabled|
24
+
|`disabled`|_boolean_| If `true`, the toggle is disabled. If `false`, the toggle is enabled|
0 commit comments