The checkbox is another element of the input class that is rendered by default as clickable boxes. They differ from option (or radio) buttons in that they are intended to allow multiple items to be selected.
When passed back to the server, the selected optiins are contained in a list. The checked attribute can be added to the HTML code for a checkbox if you want it to be selected by default.
Select an option from the list and click 'Submit'.