Skip to content

Instantly share code, notes, and snippets.

@rileyrichter
Created September 27, 2019 15:54
Show Gist options
  • Save rileyrichter/3f6b37d637a12250a656403cefe57fae to your computer and use it in GitHub Desktop.
Save rileyrichter/3f6b37d637a12250a656403cefe57fae to your computer and use it in GitHub Desktop.
Toggle
<script>
jQuery('.w-checkbox-input').on('click', function() {
jQuery(this).toggleClass('w--redirected-checked');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment