Apple iOS 26 “Flat Pill” Toggle — Demo

Pure CSS, no JS. Off state uses a dark gray track. Resize the page to see it hold up.

Light card

Dark card

Tweaks: change --switch-w (track width) and --handle-w (~60–65% of width). Example: :root { --switch-w: 72px; --handle-w: 42px; }