-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update example of a single checkbox to use the new style
- Rename the snippet - Remove the text about large hit areas, as this is contradictory
- Loading branch information
1 parent
f7cf009
commit 957ea2f
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<div class="form-group"> | ||
<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"> | ||
<input id="checkbox-telephone-number" name="contact-by-text-phone" type="checkbox" value="true"> | ||
I need to be contacted using a text phone | ||
</label> |
This file was deleted.
Oops, something went wrong.