About Lesson
Html Checkbox
A checkbox is defined by the <input type="checkbox">
.
When active, the checkbox appears as a square box that is ticked (checked).
Checkboxes are used to allow a user to pick one or more selections from a restricted set of possibilities.
For optimum accessibility standards, always include the <label> tag!
See example below
Checkboxes may be used to create a list where the user can pick numerous alternatives.
Congratulations, you have learned the concept of HTML; now let us move to CSS.