Difference between revisions of "Input Element Type Checkbox"
Jump to navigation
Jump to search
(2 intermediate revisions by one other user not shown) | |||
Line 58: | Line 58: | ||
</html> | </html> | ||
− | ==Input checkbox with | + | ==Input checkbox with in fieldset== |
<html> | <html> | ||
− | < | + | <fieldset> |
− | <input id=" | + | <legend> Settings</legend> |
− | + | <input id="c11" type="checkbox" /> | |
− | < | + | <label for="c11" style="border:solid thin;"> Search Internet</label> |
+ | </fieldset> | ||
</html> | </html> | ||
+ | |||
[[Category:Elements]] | [[Category:Elements]] | ||
[[Category:ARIA]] | [[Category:ARIA]] |
Latest revision as of 00:55, 6 March 2018
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 in fieldset
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 in fieldset