Switch is a compact on/off toggle with a thumb and label.
var enabled = new State<bool>(true);
new Switch("Enabled").IsOn(enabled);
HorizontalAlignment = Align.Start, VerticalAlignment = Align.StartSwitchStyle controls:
ThumbGlyphOn / ThumbGlyphOff)Space / Enter: toggle when focused.