92
HTML <Checkbox> Tag
The HTML <checkbox> tag is used to define the square boxes. It is a form element which allows users to select one or more options from the given options.
It is created by the type attribute of the <input> element as shown in the following syntax:
If we want to select any checkbox by default, then we have to set the checked attribute with the “yes” value as described in the following syntax:
Example
Output:
Browser Support
Element | ![]() | ![]() | ![]() | ![]() | ![]() |
<checkbox> | Yes | Yes | Yes | Yes | Yes |
Next TopicHTML