Viewing 2 replies - 1 through 2 (of 2 total)
  • 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;
    }

    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.