A modern on/off toggle. Behaves identically to a Tickbox (Single) — stored as 0 or 1 — but renders as a sliding switch rather than a square checkbox. The visual difference matters because users instinctively read switches as application settings and checkboxes as items to confirm.
Conditional options
None.
When to use Toggle Switch vs. Tickbox
- Toggle Switch — for ongoing settings ("Notifications: On", "Auto-Renew: On"). Reads as "is this state currently set?".
- Tickbox (Single) — for one-off acknowledgements ("I agree to the terms", "I have read this"). Reads as "have you completed this step?".