Advertisement
Aurangajeb

Set WPUF checkbox fields as auto checked

Jul 29th, 2021
1,815
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.17 KB | None | 0 0
  1. /** Set WPUF checkbox fields as auto checked **/
  2. jQuery(document).ready(function(){
  3.     // Your code in here
  4.     jQuery('input[type="checkbox"]').prop('checked', true);
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement