diff --git a/index.html b/index.html index c66385e..d4ede67 100644 --- a/index.html +++ b/index.html @@ -88,7 +88,7 @@

Checkboxes and radios

Each checkbox and radio is wrapped in a <label> for three reasons:

    -
  1. It provides a larger hit areas for checking the control.
  2. +
  3. It provides a larger hit area for checking the control.
  4. It provides a helpful and semantic wrapper to help us replace the default <input>s.
  5. It triggers the state of the <input> automatically, meaning no JavaScript is required.