# CheckBox

CheckBox helps you select item.

[Example](https://github.com/ThakurBallary/react-native-btr-demo/tree/main/src/Components/CheckBox.tsx)

### Props
Key | Type | Default
----|----|----
borderRadius | number | 1
borderWidth | number | 2
checked | boolean | false 
color | string | #000
disabled | boolean | false
onPress | function | () => null
