Title: Ninja Forms Checkbox problem
Last modified: June 29, 2019

---

# Ninja Forms Checkbox problem

 *  [geedee23](https://wordpress.org/support/users/geedee23/)
 * (@geedee23)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ninja-forms-checkbox-problem/)
 * Since changing my theme to OceanWp all my Ninja Form check boxes are showing 
   as single lines rather than boxes. Any help appreciated. Link below
 * [https://www.giffnocknorth.co.uk/club-tf-champs-entry-form-masters-men/](https://www.giffnocknorth.co.uk/club-tf-champs-entry-form-masters-men/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * (@apprimit)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ninja-forms-checkbox-problem/#post-11685631)
 * Hello,
 * Try to add the below code to the Appearance > Customize > Custom CSS section 
   and add the below code there to fix it –
 *     ```
       input[type="checkbox"] {
           -webkit-appearance: checkbox;
       }
       ```
   
 *  [maggieymae](https://wordpress.org/support/users/maggieymae/)
 * (@maggieymae)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/ninja-forms-checkbox-problem/#post-11955994)
 * This was amazingly helpful. I spent much too much time trying to figure out the
   CSS that would correct this.
 * THANK YOU!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Ninja Forms Checkbox problem’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oceanwp/4.1.5/screenshot.png)
 * OceanWP
 * [Support Threads](https://wordpress.org/support/theme/oceanwp/)
 * [Active Topics](https://wordpress.org/support/theme/oceanwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oceanwp/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oceanwp/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [maggieymae](https://wordpress.org/support/users/maggieymae/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/ninja-forms-checkbox-problem/#post-11955994)
 * Status: not resolved