Created
July 30, 2019 18:34
-
-
Save aaggour/d621093876c5c7e05943f3c5b10ce4ba to your computer and use it in GitHub Desktop.
checked attribute
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
| <input type="checkbox" checked name="foo" value="bar"> | |
| <input type="checkoxb" name="baz" value="zap"> | |
| <input type="radio" checked name="bip" value="true"> | |
| <input type="radio" checked name="bip" value="false"> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment