react-native-checkbox icon indicating copy to clipboard operation
react-native-checkbox copied to clipboard

It will display Label default after the checkbox

Open genglang opened this issue 7 years ago • 0 comments

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={''}

genglang avatar Aug 14 '18 08:08 genglang