Open

Description
Duplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Summary 💡
When using a component built upon MuiButtonBase, for example, CheckBox, the TouchRipple animation triggers when user clicks the component. Very good.
When such a component is wrapped with FormControlLabel to provide an adjacent label, currently the TouchRipple animation is unaffected by the label.
When label exists, would request the ability to extend the trigger for the TouchRipple animation to include the label. Of course the animation itself would not extend to the label, just the trigger.
Result: Touch the label, see the checkbox change state with a ripple.