Learn how to create a check box that must be checked - checkboxes allow the user to toggle between two possible choices. They work like an on/off switch. Checkboxes are created using the INPUT tag. When used to create checkboxes, the INPUT tag has three required attributes, TYPE, NAME, and VALUE, and two optional attribute, ID and CHECKED.