```js import Switch from '@invisionag/iris-react-checkbox'; ```
npm install @invisionag/iris-react-checkbox``js`
import Switch from '@invisionag/iris-react-checkbox';
react-checkbox is a component that enables a user to chose between two input values. Usually a better choice than radio buttons for binary selections ( i.e. ON / OFF )$3
#### Basic
`jsx``