react-native-check-box icon indicating copy to clipboard operation
react-native-check-box copied to clipboard

Checkbox component for react native, it works on iOS and Android.

Results 64 react-native-check-box issues
Sort by recently updated
recently updated
newest added

i can't resize the check box and i can't given the any different style or borderadious in check box pls fix that

In IOS it works fine but in ANDROID, when I click each checkbox to change their state to `checked` it will be white. [screenshot](https://ibb.co/bF2qMw) Any help with that?

![download](https://user-images.githubusercontent.com/30688070/44321416-913ac480-a465-11e8-8a98-195093674ce2.png)

There is no way to add accessibility (https://reactnative.dev/docs/accessibility) to the checkbox elements, If you wrap with View tag also no use

I trying use checkbx in my project and this error appears: Enviroment: react-native: 0.63.3, react-native-check-box : 2.1.7 Support for the experimental syntax 'classProperties' isn't currently enabled (28:22): 26 | }...

![1](https://user-images.githubusercontent.com/19684244/38532412-4ecba5ae-3ca7-11e8-80ea-bd2ee88ceffe.jpg)

Update component state/GUI when its _isChecked_ property is altered. Support for the _numberOfLines_ property to control text wrapping.

Hey! I added types based on the API I found in readme so that people can comfortably use this with TypeScript.

Create the option to set the font size multiplier for the text.