Title: Please add gr classes to checkout function
Last modified: August 21, 2016

---

# Please add gr classes to checkout function

 *  Resolved [wghammock](https://wordpress.org/support/users/wghammock/)
 * (@wghammock)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/please-add-gr-classes-to-checkout-function/)
 * Can you guys add a custom class to the check out checkbox and label, so it’s 
   easier to style it in css later on
 *     ```
       function AddCheckboxToCheckoutPage()
       	{
       		?>
               <p class="form-row form-row-wide">
               <!--  WILLIAM EDIT  -->
                   <input class="input-checkbox" value="1" id="checkout_checkbox getresponcechkboxclass" type="checkbox" name="checkout_checkbox">
               <!--  WILLIAM EDIT  -->
                   <label for="checkout_checkbox" class="checkbox getresponcechkboxlabelclass">
                       <?php echo get_option($this->GrOptionDbPrefix . 'checkout_label');?>
                   </label>
               </p>
       		<?php
       	}
       ```
   
 * [http://wordpress.org/plugins/getresponse-integration/](http://wordpress.org/plugins/getresponse-integration/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [GetResponse](https://wordpress.org/support/users/getresponse/)
 * (@getresponse)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/please-add-gr-classes-to-checkout-function/#post-4269095)
 * Hello,
 * Thank you for your idea.
    We will try to implement it at the next version.
 * Please feel free to contact us for any other ideas and suggestions:)

Viewing 1 replies (of 1 total)

The topic ‘Please add gr classes to checkout function’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/getresponse-integration_e5ecc7.svg)
 * [GetResponse for WordPress](https://wordpress.org/plugins/getresponse-integration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/getresponse-integration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/getresponse-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/getresponse-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/getresponse-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/getresponse-integration/reviews/)

## Tags

 * [thanks](https://wordpress.org/support/topic-tag/thanks/)

 * 1 reply
 * 2 participants
 * Last reply from: [GetResponse](https://wordpress.org/support/users/getresponse/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/please-add-gr-classes-to-checkout-function/#post-4269095)
 * Status: resolved