Skip to content

Challenge Create A Set Of Checkboxes

Quincy Larson edited this page Aug 20, 2016 · 1 revision

Challenge Create a Set of Checkboxes

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>.

Clone this wiki locally