Skip to content

Challenge Create a Set of Checkboxes

SaintPeter edited this page · 1 revision
Clone this wiki locally

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.