Skip to content

Instantly share code, notes, and snippets.

@edi9999
Created May 17, 2015 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save edi9999/2fcbffb14c707ac54609 to your computer and use it in GitHub Desktop.
Save edi9999/2fcbffb14c707ac54609 to your computer and use it in GitHub Desktop.
<input checked="checked" type="checkbox" />
<input name="Check me" type="button" />
this.checked=true;
check(e){
this.checked=!this.checked;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment