Back

Toggle

Basic Usage

With Icons

Display symbols inside the slider for better visual context.

With On/Off Labels

States

Usage

@forms.Toggle(forms.ToggleProps{
    Label:   "Enable Feature",
    OnIcon:  checkIcon(),
    OffIcon: crossIcon(),
})