![]() |
VOOZH | about |
The <input type="checkbox"> element in HTML is used to create checkboxes for selecting one or more options. Unlike radio buttons, multiple checkboxes can be selected at the same time.
Syntax:
<input type="checkbox"> Example: Demonstrate using the HTML <input type="checkbox"> element.