Pro-forms: Radio Button

On my test site, when a radio button is checked, the aria-checked attribute doesn’t update to “true”.

I’m not sure the aria-checked, aria-label and role="radio" are needed at all on the radio inputs because we are already using the proper semantic element <input type="radio"> as shown on MDN