<input type="radio">

Return to main list

This is a test case designed to determine how the <input type="radio"> element is announced by various screen readers.

Example

Code

<div>
  <input type="radio" id="yes">
  <label for="yes">Yes</label>
</div>

Assistive technologies

VoiceOver

NVDA

JAWS

Return to main list