Checking off items

  • CherylW
    Asked on October 28, 2016 at 10:12 AM

    Is there a way to make the check mark darker when it is checked off so it will show up when printed?

  • Mike_G JotForm Support
    Replied on October 28, 2016 at 12:49 PM

    I believe you are referring to the checkmark in the Checklist widget on most of your forms, is that correct?

    Please try to add the following CSS codes below the Custom CSS tab of each widget.

    .checklist label:after{

    background:url(https://shots.jotform.com/MikeG/mikeg/chckbx974485.jpg) center center no-repeat !important;

    background-size: 20px 20px !important;

    }

     

    Checking off items Image 1 Screenshot 20

    I hope this helps. Let us know if you need any further assistance. Thank you.