Manage Content
States
In context — settings row
PropTypeDefaultRequiredDescription
labelstringNoLabel text, rendered next to the switch.
checkedbooleanNoControlled on/off state.
disabledbooleanfalseNoStandard HTML disabled state.
Do
  • Use for a setting that applies the instant it’s toggled.
  • Label it with the state it enables, not the action ("Email notifications", not "Toggle emails").
Don't
  • Use a Toggle when the change needs a separate "Save" action — use Checkbox in a form instead.
  • Rely on colour alone to communicate on/off — the thumb position already does.