Toggle is a component used for binary choice for a given option.
npm install @igloo-ui/toggleToggle is a component used for binary choice for a given option.
To install @igloo-ui/toggle in your project, you will need to run the following command using npm:
``bash`
npm install @igloo-ui/toggle
If you prefer Yarn, use the following command instead:
`bash`
yarn add @igloo-ui/toggle
`jsx
import Toggle from '@igloo-ui/toggle';
``