material-components-web icon indicating copy to clipboard operation
material-components-web copied to clipboard

[formfield] Radio button and checkbox lost cursor: pointer

Open calebegg opened this issue 1 year ago • 0 comments

Prior to https://github.com/material-components/material-components-web/commit/4b35cb7d05ac0abf313963370ee2f4b20456df45, radio button and checkbox labels had cursor: pointer (or maybe cursor: default, I can't remember). Now they inherit cursor: text, and it's not obvious that when clicking them they will select the checkbox or radio button. This contradicts the style of a regular <label> and <input type="checkbox"> as seen here

This does not seem desirable. I think the change should be reverted.

calebegg avatar May 16 '24 14:05 calebegg