<input type="checkbox">

Return to main list

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

Example

Code

<div>
  <input type="checkbox" id="subscribe">
  <label for="subscribe">Subscribe</label>
</div>

Assistive technologies

VoiceOver

NVDA

JAWS

Return to main list