Skip to content

Instantly share code, notes, and snippets.

@THEtheChad
Created March 22, 2013 18:16
Show Gist options
  • Save THEtheChad/5223519 to your computer and use it in GitHub Desktop.
Save THEtheChad/5223519 to your computer and use it in GitHub Desktop.
Array.prototype.slice.call(document.querySelectorAll('[type="checkbox"]')).forEach(function(box){box.checked = true})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment