Expand description
ToggleSwitch — an iOS-style pill-shaped boolean toggle widget.
Renders as a rounded-rectangle (pill) with a sliding white circle inside.
The pill is gray when off and blue when on. Supports keyboard activation
(Space / Enter) and an optional shared Cell<bool> for two-way binding
with external state.
Structs§
- Toggle
Switch - An iOS-style boolean toggle.
- Toggle
Switch Props - Inspector-visible properties of a
ToggleSwitch.