Title: Check box not apperaring
Last modified: October 14, 2020

---

# Check box not apperaring

 *  Resolved [karolinestrand](https://wordpress.org/support/users/karolinestrand/)
 * (@karolinestrand)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/check-box-not-apperaring/)
 * My contact form does not show the check box for accepting the terms and conditions.
   If I click many times around the area of where it is supposed to be it will be
   marked as checked when I send in the form, but I need to have it visible.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcheck-box-not-apperaring%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/check-box-not-apperaring/#post-13547416)
 * Hi,
 * It’s a style from your theme hiding all checkboxes. Add the following style to
   overwrite that one and make the checkbox appear:
 *     ```
       #fbuilder input[type='radio'], #fbuilder input[type='checkbox'] {
           opacity: 100% !important;
       }
       ```
   
 * Add the needed styles into the “Appointment Hour Booking >> General Settings 
   >> Edit Styles” area.
 * Thank you for using the plugin!

Viewing 1 replies (of 1 total)

The topic ‘Check box not apperaring’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-to-email/assets/icon-256x256.png?rev=1907808)
 * [Contact Form Email](https://wordpress.org/plugins/contact-form-to-email/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-to-email/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-to-email/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-to-email/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-to-email/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-to-email/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/check-box-not-apperaring/#post-13547416)
 * Status: resolved