{% extends "base.html" %} {% import "components/macros.html" as ui %} {% block title %}Switches & Checkboxes - Design System Wiki{% endblock %} {% block content %}
{% include "docs/sidebar.html" %}
Toggles

Switches & Checkboxes

Premium animated toggle elements, range sliders, and custom styled checkboxes that mask standard hidden inputs with custom animations.

Interactive Toggles & Checkbox Demos

{{ ui::toggle_switch(name="demo_toggle", label="Toggle Status", checked=false) }}
{{ ui::checkbox(name="demo_checkbox", label="Enable Email notifications", checked=true) }}
{{ ui::range_slider(name="demo_slider", label="Range Slider (0-100%)", min="0", max="100", value="50") }}
{% endblock %}