SwitchA control that allows the user to toggle between checked and not checked.
Install the component from your command line.
npm install @raystack/apsara
Import all parts and piece them together.
import { Switch } from '@raystack/apsara'

<Switch />