We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9886d6b commit 4abd928Copy full SHA for 4abd928
exercises/08.inputs/01.problem.checkbox/index.tsx
@@ -26,7 +26,7 @@ function App() {
26
<label htmlFor="colorInput">Favorite Color:</label>
27
<input id="colorInput" name="color" type="color" />
28
</div>
29
- {/* 🐨 add a checkbox with the label "Waiver Signed" */}
+ {/* 🐨 add a checkbox named "waiver" with the label "Waiver Signed" */}
30
{/* 💰 put the <input> inside the <label> */}
31
<div>
32
<label htmlFor="startDateInput">Start Date:</label>
0 commit comments