Course Content
Building an NFT Website (JavaScript)
0/4
Deep Into Git and Github
0/2
HTML, CSS, and Javascript Course for Web Developers
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

Loading
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.
0% Complete