Checkboxes

Notes:

HTML - form tag and HTML - input tag:
How to create checkbox in html?
When to create checkbox in html?
HTML input tag:
attributes:
type="checkbox" : creates a check box
checked : sets to the checked state
value : default value of the input field
name: uniquely identify the field in scripts
id: uniquely identify the field in scripts

Interview Questions: