Switch

Toggle control for binary on/off settings with loading and disabled states.

Basic switch

Simple toggle between on and off states.

With label

Common pattern pairing a switch with descriptive text.

Saves as it toggles

A switch that persists on change acknowledges in place: Saving while the request is out, then a Saved tick for two seconds. Drive `status` from the mutation.

Disabled

Non-interactive switch with optional tooltip.

Loading

Shows a loading state while an async operation completes.