ElaAdmin

Switches

Bootstrap 5 Switches
Colored Switches
Switch Sizes
Inline Switches
Switch States & Examples
With Labels
Form Integration
Settings Example
Dark Mode
Auto-save
Analytics
Implementation Guide
Type Example Code
Basic Switch
<div class="form-check form-switch">...</div>
With Label
<label class="form-check-label">...</label>
Disabled
<input ... disabled>
Colored
class="... bg-success border-success"