Skip to content

Instantly share code, notes, and snippets.

@bgadrian
Created March 16, 2015 17:21
Show Gist options
  • Save bgadrian/19ee2fa5cf1ae234e90b to your computer and use it in GitHub Desktop.
Save bgadrian/19ee2fa5cf1ae234e90b to your computer and use it in GitHub Desktop.
JS html toggle checkbox
$('#id').attr('checked', !$('#id').attr('checked'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment