.kairoz-switch
Switch
Instant on/off toggle for settings that apply immediately. State is controlled via the .is-on class or aria-checked attribute.
States
Off
On
With label
<label style="display:inline-flex;align-items:center;gap:10px;font-size:13px;cursor:pointer"> <button class="kairoz-switch is-on" role="switch" aria-checked="true"></button> <span>Analytics opt-in</span> </label>