Skip to content

Instantly share code, notes, and snippets.

@RickyNotaro
Created January 23, 2018 03:06
Show Gist options
  • Save RickyNotaro/493337632721969150029635ec75e8c9 to your computer and use it in GitHub Desktop.
Save RickyNotaro/493337632721969150029635ec75e8c9 to your computer and use it in GitHub Desktop.
checkbox.js
var a = jQuery('[name="um-mailchimp[8adb6373b1]"]');
a.prop('checked', true);
var e = a.parents("label");
a.parents(".um-field-area");
e.addClass("active"),
e.find("i").removeClass().addClass("um-icon-android-checkbox-outline")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment