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
`onlabel` |string/html |"On" |Text of the on switch-button
@@ -60,3 +69,15 @@ Name |Type |Default |Description |
60
69
`style` |string | |Appends the value to the class attribute of the switch-button. This can be used to apply custom styles. Refer to Custom Styles for reference.
61
70
`width` |integer | |Sets the width of the switch-button. if set to *null*, width will be auto-calculated.
62
71
`height` |integer | |Sets the height of the switch-button. if set to *null*, height will be auto-calculated.
72
+
73
+
74
+
# Events
75
+
Keep `state` in sync using the `onChange` function property
0 commit comments