Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Update index.html #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h3>Checkboxes and radios</h3>
<p>Each checkbox and radio is wrapped in a <code>&lt;label&gt;</code> for three reasons:</p>

<ol>
<li>It provides a larger hit areas for checking the control.</li>
<li>It provides a larger hit area for checking the control.</li>
<li>It provides a helpful and semantic wrapper to help us replace the default <code>&lt;input&gt;</code>s.</li>
<li>It triggers the state of the <code>&lt;input&gt;</code> automatically, meaning no JavaScript is required.</li>
</ol>
Expand Down