react-native-checkbox
react-native-checkbox copied to clipboard
It will display Label default after the checkbox
It will interfere the input
CheckBox.defaultProps = { label: 'Label', labelLines: 1, labelBefore: false, checked: null, checkedImage: CB_ENABLED_IMAGE, uncheckedImage: CB_DISABLED_IMAGE, underlayColor: 'transparent' };
I must set the label to '' in order to hide the 'Label' after the checkbox
label={''}