The checkbox style is displaying correctly

  • picturepools
    Asked on August 12, 2020 at 11:11 AM

    Hi,

    I am having an issue with the "check" in my checkbox field. You can see on my form how the check mark looks funny....any ideas?

    Jotform Thread 2507918 Screenshot
  • Welvin Support Team Lead
    Replied on August 12, 2020 at 12:32 PM

    Inject the following custom CSS codes in the form:

    .form-checkbox-item:not(#foo) .form-checkbox:checked + label:after {

        box-shadow: none !important;

    }

    Guide to inject: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.


  • picturepools
    Replied on August 12, 2020 at 2:07 PM

    Thank you very much.