Title: help getting checkbox checked
Last modified: August 21, 2016

---

# help getting checkbox checked

 *  [cyberspeclab](https://wordpress.org/support/users/cyberspeclab/)
 * (@cyberspeclab)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/help-getting-checkbox-checked/)
 * Hello i need some help making the checkbox checked, im using this code to insert
   the checkbox in the checkout on woocommerce. Somebody know what code can i use
   to make the checkbox checked?
 *     ```
       // Our hooked in function - $fields is passed via the filter!
       function custom_override_checkout_fields( $fields ) {
            $fields['billing']['mc4wp-try-subscribe'] = array(
           'label'     => __('Newsletter', 'woocommerce'),
           'type'=> 'checkbox',
           'required'  => false,
           'value' => '1',
           'class'     => array('form-row-wide'),
            );
   
            return $fields;
       }
       ```
   
 * [https://wordpress.org/plugins/mailchimp-for-wp/](https://wordpress.org/plugins/mailchimp-for-wp/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/help-getting-checkbox-checked/#post-4757490)
 * Hi there,
 * I have no experience with the new WooCommerce fields API but tagged the topic
   with `woocommerce`, hopefully a Woo dev is able to take a look at it. Not sure
   if they support a `checked` or `attr` key.

Viewing 1 replies (of 1 total)

The topic ‘help getting checkbox checked’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577)
 * [MC4WP: Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/help-getting-checkbox-checked/#post-4757490)
 * Status: not resolved