Skip to content
Find file
Fetching contributors…
Cannot retrieve contributors at this time
5 lines (4 sloc) 277 Bytes

Checkboxes are a type of input.

  • Each of your checkboxes should be nested within its own label element.
  • All related checkbox inputs should have the same name attribute.

Here's an example of a checkbox: <label><input type="checkbox" name="personality"> Loving</label>.

Something went wrong with that request. Please try again.