Title: Checkbox checked?
Last modified: May 12, 2018

---

# Checkbox checked?

 *  Resolved [tradesouthwest](https://wordpress.org/support/users/tradesouthwestgmailcom/)
 * (@tradesouthwestgmailcom)
 * [8 years ago](https://wordpress.org/support/topic/checkbox-checked-2/)
 * Howdy, Is there any way to make a checkbox input “checked” by default. (privacy
   policy acceptance div for EU requires this)
 * Maybe a simple data-attribute I can add as a script or is it possible you have
   some “hidden” filter/hook to check checkboxes checked….
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcheckbox-checked-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [wpeverest](https://wordpress.org/support/users/wpeverest/)
 * (@wpeverest)
 * [8 years ago](https://wordpress.org/support/topic/checkbox-checked-2/#post-10277521)
 * Hi tradesouthwest,
 * Sorry, we don’t have this feature for now. However, we have passed this feature
   request to our dev team. We will think if we can have this feature in our next
   version updates. Please stay tuned.
 *  Thread Starter [tradesouthwest](https://wordpress.org/support/users/tradesouthwestgmailcom/)
 * (@tradesouthwestgmailcom)
 * [8 years ago](https://wordpress.org/support/topic/checkbox-checked-2/#post-10280341)
 * No problemo. I just used jQuery
 *     ```
       jQuery.noConflict();
   
       jQuery( document ).ready(function( $ ){
       jQuery('input[name=privacy_policy_1526145826]').prop('checked', true); 
       jQuery('input[name=privacy_policy_1526149377]').prop('checked', true);   
       });
       ```
   
 *  Thread Starter [tradesouthwest](https://wordpress.org/support/users/tradesouthwestgmailcom/)
 * (@tradesouthwestgmailcom)
 * [8 years ago](https://wordpress.org/support/topic/checkbox-checked-2/#post-10280345)
 * Keep up the good work.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Checkbox checked?’ is closed to new replies.

 * ![](https://ps.w.org/user-registration/assets/icon-256x256.gif?rev=3284028)
 * [User Registration & Membership - Free & Paid Memberships, Subscriptions, Content Restriction, User Profile, Custom User Registration & Login Builder](https://wordpress.org/plugins/user-registration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-registration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-registration/)
 * [Active Topics](https://wordpress.org/support/plugin/user-registration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-registration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-registration/reviews/)

## Tags

 * [checked](https://wordpress.org/support/topic-tag/checked/)
 * [registration form](https://wordpress.org/support/topic-tag/registration-form/)

 * 3 replies
 * 2 participants
 * Last reply from: [tradesouthwest](https://wordpress.org/support/users/tradesouthwestgmailcom/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/checkbox-checked-2/#post-10280345)
 * Status: resolved