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
I have a custom checkbox form control, with the selector x-checkbox, nested inside a label. Despite configuring controlComponents for template-accessibility-label-for, I still get this:
A form label must be associated with a control
This feels like I must be doing something wrong because it's a really basic use case...