Skip to content

Commit 2e16e27

Browse files
Added for and id on checkbox contact.html
1 parent 4ab2634 commit 2e16e27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contact.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ <h2>Contact form</h2>
162162

163163
<div class="form-fields">
164164
<div class="form-field has-value" data-castlecss-field="">
165-
<label class="input-control input-checkbox">I want to receive the newsletter
166-
<input type="checkbox">
165+
<label class="input-control input-checkbox" for="agree">I want to receive the newsletter
166+
<input type="checkbox" id="agree">
167167
<span class="input-indicator"></span>
168168
</label>
169169
</div>

0 commit comments

Comments
 (0)