Created
September 30, 2015 22:05
-
-
Save aradnom/26200256d7a7fc409c85 to your computer and use it in GitHub Desktop.
Checkbox input
This file contains hidden or 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
<div class="checkbox-input"> | |
<input class="checkbox-input__input" id="card-default" name="card-default" type="checkbox" ng-model="creditCard.default"> | |
<label class="checkbox-input__label" for="card-default">Make this my default card</label> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment