SwitchImplementation#import { Switch } from "slipstream-ui"; const Example = () => <Switch/>;CopyExample<Switch/>CopyLabel#ExampleI am a labelI am a label<Switch>I am a label</Switch><Switch right>I am a label</Switch>CopySizing#ExampleSmall - size="sm"Medium - size="md"Large - size="lg"<Switch size="sm"/><Switch size="md"/><Switch size="lg"/>CopyProps#AttributeTypeValueDefault ValueDescription