Skip to content

Instantly share code, notes, and snippets.

@aaggour
Created July 30, 2019 18:34
Show Gist options
  • Select an option

  • Save aaggour/d621093876c5c7e05943f3c5b10ce4ba to your computer and use it in GitHub Desktop.

Select an option

Save aaggour/d621093876c5c7e05943f3c5b10ce4ba to your computer and use it in GitHub Desktop.
checked attribute
<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