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(),
})Display symbols inside the slider for better visual context.
@forms.Toggle(forms.ToggleProps{
Label: "Enable Feature",
OnIcon: checkIcon(),
OffIcon: crossIcon(),
})