react-native-check-box
react-native-check-box copied to clipboard
Size Change?
Looking to make the checkbox larger.
When I pass in width/height to style it ignores me.
Would PR be welcome? I see them piling up ... so I guess no?
I was having the same issue but found out you can add any element as the unCheckedImage/checkedImage like so:
checkedImage={<Icon name="check-circle" type="solid" color="#84E17F" size={45} />}
You can add any Text element or anything like that I think so should be able to change the size that way.