Switch
A toggle for binary settings — turn a preference on or off instantly.
Basic
<Switch label="Email payment receipts" defaultChecked />Settings group
<Switch label="Autopay membership dues" defaultChecked />
<Switch label="Renewal reminders" defaultChecked />
<Switch label="AdventurePass trip alerts" />Disabled
<Switch label="Paper statements" disabled />
<Switch label="Required fraud alerts" disabled defaultChecked />Without label
<Switch aria-label="Toggle autopay" defaultChecked />