<input type="checkbox">
allows the user to select one or more options from a list of choices.
The value
attribute helps the website
understand the user's choice
and
hence you should remember to include them. If
you don't include a value
attribute for a
particular input, the website will assume
it to be on.