Loading :: جاري التحميل

Switch

A switch is a control used to alternate quickly between two possible states. Toggles are used specifically for binary actions that occur immediately when the user "flips the switch". They are most commonly used for "on/off" settings.

Compnent Demo

<div class="form-check form-switch">
  <input class="form-check-input" type="checkbox" role="switch" id="Sw01">
  <label class="form-check-label" for="Sw01">Section Title</label>
</div>