|
8 | 8 | <fieldset id="favorite_movies" class="bn"> |
9 | 9 | <legend class="fw7 mb2">Favorite Movies</legend> |
10 | 10 | <div class="flex items-center mb2"> |
11 | | - <input class="mr2" type="checkbox" value="spacejam"> |
12 | | - <label class="lh-copy">Space Jam</label> |
| 11 | + <input class="mr2" type="checkbox" id="spacejam" value="spacejam"> |
| 12 | + <label for="spacejam" class="lh-copy">Space Jam</label> |
13 | 13 | </div> |
14 | 14 | <div class="flex items-center mb2"> |
15 | | - <input class="mr2" type="checkbox" value="airbud"> |
16 | | - <label class="lh-copy">Air Bud</label> |
| 15 | + <input class="mr2" type="checkbox" id="airbud" value="airbud"> |
| 16 | + <label for="airbud" class="lh-copy">Air Bud</label> |
17 | 17 | </div> |
18 | 18 | <div class="flex items-center mb2"> |
19 | | - <input class="mr2" type="checkbox" value="hocuspocus"> |
20 | | - <label class="lh-copy">Hocus Pocus</label> |
| 19 | + <input class="mr2" type="checkbox" id="hocuspocus" value="hocuspocus"> |
| 20 | + <label for="hocuspocus" class="lh-copy">Hocus Pocus</label> |
21 | 21 | </div> |
22 | 22 | <div class="flex items-center mb2"> |
23 | | - <input class="mr2" type="checkbox" value="diehard"> |
24 | | - <label class="lh-copy">Die Hard</label> |
| 23 | + <input class="mr2" type="checkbox" id="diehard" value="diehard"> |
| 24 | + <label for="diehard" class="lh-copy">Die Hard</label> |
25 | 25 | </div> |
26 | 26 | <div class="flex items-center mb2"> |
27 | | - <input class="mr2" type="checkbox" value="primer"> |
28 | | - <label class="lh-copy">Primer</label> |
| 27 | + <input class="mr2" type="checkbox" id="primer" value="primer"> |
| 28 | + <label for="primer" class="lh-copy">Primer</label> |
29 | 29 | </div> |
30 | 30 | <div class="flex items-center mb2"> |
31 | | - <input class="mr2" type="checkbox" value="proxy"> |
32 | | - <label class="lh-copy">Hudsucker Proxy</label> |
| 31 | + <input class="mr2" type="checkbox" id="proxy" value="proxy"> |
| 32 | + <label for="proxy" class="lh-copy">Hudsucker Proxy</label> |
33 | 33 | </div> |
34 | 34 | <div class="flex items-center mb2"> |
35 | | - <input class="mr2" type="checkbox" value="homealone"> |
36 | | - <label class="lh-copy">Home Alone</label> |
| 35 | + <input class="mr2" type="checkbox" id="homealone" value="homealone"> |
| 36 | + <label for="homealone" class="lh-copy">Home Alone</label> |
37 | 37 | </div> |
38 | 38 | </fieldset> |
39 | 39 | </form> |
0 commit comments