Difference between revisions of "Input Element Type Checkbox"
Jump to navigation
Jump to search
(→Readonly Input checkbox with label) |
|||
Line 50: | Line 50: | ||
<input disabled id="c8" type="checkbox" /> | <input disabled id="c8" type="checkbox" /> | ||
<label style="border:solid thin;" for="c8"> Search the Internet </label> | <label style="border:solid thin;" for="c8"> Search the Internet </label> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</html> | </html> | ||
Revision as of 18:53, 27 March 2014
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)
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)