You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open in Chrome and check issues in devtools. The linked erroring nodes are all RadioGroups or CheckboxGroups.
Description
The FormField component correctly removes the for attribute from the label for the RadioGroup & CheckboxGroup components. Chrome devtools would suggest that there should be a further step so that <label> is not used at all in this context.