Difference between revisions of "Input Element Type Checkbox"
Jump to navigation
Jump to search
(→Readonly Input checkbox with label) |
|||
Line 58: | Line 58: | ||
</html> | </html> | ||
+ | ==Input checkbox with aria-labelledby== | ||
+ | <html> | ||
+ | <span role="checkbox" tabindex="0" aria-labelledby="c4span"> | ||
+ | <input id="c4" type="checkbox" /> | ||
+ | </span> | ||
+ | <span id="c4span" style="border:solid thin;"> Search the Internet </span> | ||
+ | </html> | ||
[[Category:Elements]] | [[Category:Elements]] | ||
[[Category:ARIA]] | [[Category:ARIA]] |
Revision as of 17:33, 10 May 2016
Contents
- 1 Input checkbox with title (required, autofocus)
- 2 Input checkbox with label (required)
- 3 Input checkbox with aria-label
- 4 Input checkbox with aria-labelledby
- 5 Input checkbox with implicit label
- 6 Input checkbox with explicit and implicit label
- 7 Input checkbox with label and aria-describedby
- 8 Disabled Input checkbox with label
- 9 Input checkbox with label (checked)
- 10 Input checkbox with aria-labelledby
Input checkbox with title (required, autofocus)
Input checkbox with label (required)
Input checkbox with aria-label
Search the Internet
Input checkbox with aria-labelledby
Search the Internet
Input checkbox with implicit label
Input checkbox with explicit and implicit label
Input checkbox with label and aria-describedby
You can search for anything you want.
Disabled Input checkbox with label
Input checkbox with label (checked)
Input checkbox with aria-labelledby
Search the Internet