Switches
Stock Bootstrap .form-check.form-switch. Size with fs-4 (master) or fs-5 (category rows) on the switch div. Busy is aria-busy="true" (dimmed). Disabled is disabled without busy.
States
Off (fs-4)
On (fs-4)
On (fs-5)
On (default)
Busy on
Busy off
Disabled
Save-status chips
Saving
Change saved
That change did not go through, so try again.
Usage
<div class="form-check form-switch mb-0 fs-4">
<input class="form-check-input" type="checkbox" role="switch">
</div>