SwitchA switch allows a user to turn a setting on or off.SourceReferenceAPI ReferenceUsage# Demo# import { Switch } from "pigment-ui"; function SwitchDemo() { return ( <Switch defaultSelected>Bluetooth</Switch> ); } Edit this pageSpinnerTabs