Skip to content

Commit

Permalink
Update text input & checkbox example to new style
Browse files Browse the repository at this point in the history
This now matches the new markup style for checkboxes.
  • Loading branch information
Robin Whittleton committed Mar 7, 2017
1 parent 28a8dd1 commit 5c8cebe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/snippets/form_checkbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<label class="form-label" for="telephone-number">Enter your telephone number</label>
<input class="form-control" id="telephone-number" name="telephone-number" type="text">
</div>
<label class="block-label selection-button-checkbox" for="checkbox-telephone-number">
<div class="multiple-choice">
<input id="checkbox-telephone-number" name="contact-by-text-phone" type="checkbox" value="true">
I need to be contacted using a text phone
</label>
<label for="checkbox-telephone-number">I need to be contacted using a text phone</label>
</div>

0 comments on commit 5c8cebe

Please sign in to comment.