Javascript – How to create asterisk in material-ui switch component lable?
I'm passing a required props has a property to enable asterisk symbol in label but it not working <FormControlLabel control={ <Switch onChange={useCallback(event => onChangeRow( rowIndex, 'name', event.target.checked === true ? 'Y' : 'N' ) )} disableRipple style={{ backgroundColor: 'transparent' }}…