Title: Checkbox not selectable
Last modified: September 18, 2020

---

# Checkbox not selectable

 *  Resolved [aleferoc](https://wordpress.org/support/users/aleferoc/)
 * (@aleferoc)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/checkbox-not-selectable/)
 * Hello
    I create WPForms which are great. “Single lines” works, it’s just every“
   checkbox” which is not selectable. What do I have to do change, that everything
   work well?
 * Thanks for your help.
    Eveline
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcheckbox-not-selectable%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Prashant Rai](https://wordpress.org/support/users/prashantrai/)
 * (@prashantrai)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/checkbox-not-selectable/#post-13431923)
 * Hello [@aleferoc](https://wordpress.org/support/users/aleferoc/),
 * It looks like there might be some conflict between the site theme and the form.
   To fix this we’ll need some custom CSS:
 *     ```
       .wpforms-container input[type=checkbox] {
       	-webkit-appearance: checkbox !important;
       	-moz-appearance: checkbox !important;
       	appearance: checkbox !important;
       }
       ```
   
 * In case it helps, please see this [tutorial](https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your%20-wordpress-site/)
   from WPBeginner on easy ways to add custom CSS like this to your site.
 * Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Checkbox not selectable’ 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: [Prashant Rai](https://wordpress.org/support/users/prashantrai/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/checkbox-not-selectable/#post-13431923)
 * Status: resolved