Customizable toggle button
npm install react-styled-toggle
React Toggle component written in TypeScript and powered by styled-components.

```
yarn add react-styled-toggle
`
import Toggle from 'react-styled-toggle';
render(){
return
}
`
``
yarn storybook
```
yarn build
| property | propType | required | default | description |
|---|---|---|---|---|
| checked | bool | - | - | |
| disabled | bool | - | - | |
| onChange | func | - | - | |
| backgroundColorChecked | string | - | "'#2193F3'" | |
| backgroundColorUnchecked | string | - | "'#ccc'" | |
| backgroundColorButton | string | - | "'#fff'" | |
| name | string | - | - | |
| value | string | - | - | |
| labelRight | string | - | - | |
| labelLeft | string | - | - | |
| sliderWidth | number | - | "26" | |
| sliderHeight | number | - | "26" | |
| width | number | - | "60" | |
| height | number | - | "34" | |
| translate | number | - | "26" |