Toggle switch component with default, checked, disabled, size, and shape variants
Basic toggle using .switch + .slider without the round modifier
Add .round to the slider for pill-shaped corners
Disabled switches with disabled attribute on the input
The switch uses em-based sizing, so scale it via font-size on the .switch element
Use .switch-container as a flex column wrapper and .switch-label for the text label
Override --color-sec-700 via inline style to change the checked track color
Square slider vs rounded slider side by side
Switch appearance on a dark surface