Title: Checkboxes doubled
Last modified: April 5, 2018

---

# Checkboxes doubled

 *  Resolved [bydlo](https://wordpress.org/support/users/bydlo/)
 * (@bydlo)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/checkboxes-doubled/)
 * Hello
    could you please have a look at the mentioned page? All checkboxes do 
   exist twice. Do you have an idea where that comes from?
 * Regards axel
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcheckboxes-doubled%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Jess Quig](https://wordpress.org/support/users/jquigam/)
 * (@jquigam)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/checkboxes-doubled/#post-10154401)
 * Hi Axel,
 * I took a look, and I believe I see the issue. Your theme is adding extra HTML
   to the form to create custom checkboxes. However, since our form is of course
   adding its own checkboxes, you end up seeing both.
 * The best way to remove these would be to see if there’s a theme setting to turn
   that off (there may not be, but it’s worth a look).
 * Otherwise, you should be able to hide these with the following CSS:
 *     ```
       .wpforms-field-container a.jqTransformCheckbox {
           display: none !important;
       }
       ```
   
 * And in case it helps, [here’s WPBeginner’s tutorial on how to add custom CSS like this to your site](http://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/).
 * I hope this helps! 🙂

Viewing 1 replies (of 1 total)

The topic ‘Checkboxes doubled’ is closed to new replies.

 * ![](https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748)
 * [WPForms - Easy Form Builder for WordPress - Contact Forms, Payment Forms, Surveys, & More](https://wordpress.org/plugins/wpforms-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpforms-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpforms-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/wpforms-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpforms-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpforms-lite/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jess Quig](https://wordpress.org/support/users/jquigam/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/checkboxes-doubled/#post-10154401)
 * Status: resolved