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={''}
It will interfere the input
I must set the label to '' in order to hide the 'Label' after the checkbox