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
/** Uncontrolled - whether the switch is turned on */
22
18
defaultChecked?: boolean
23
19
/** Whether the switch is ready for user input */
@@ -36,7 +32,7 @@ export type ToggleSwitchProps = {
36
32
* **This should only be changed when the switch's alignment needs to be adjusted.** For example: It needs to be left-aligned because the label appears above it and the caption appears below it.
0 commit comments