How to style FormControlLabel font size

You could define the label as a Typography component and apply the style there:

<FormControlLabel 
    control={<Checkbox value="Hello" color="primary" />}
    label={<Typography style={styles.formControlLabel}>World</Typography>}
/>

UPDATE:

As per Saber’s comment, newer versions should instead use:

<FormControlLabel 
    control={<Checkbox value="Hello" color="primary" />}
    label={<Typography className={styles.formControlLabel}>World</Typography>}
/>

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)