How to change size of checkmark?

  • jejohnson
    Asked on September 27, 2020 at 7:06 PM
  • jherwin
    Replied on September 27, 2020 at 10:12 PM

    Are you working on this form?

    https://www.jotform.com/202705693065052

    If so, you can change the size of the checkbox using this custom CSS Code:

    .form-checkbox+label:before, .form-checkbox+span:before, .form-checkbox:checked+label:after, .form-checkbox:checked+span:before {
       width: 15px;
      height: 15px;
    }

    Simply change the number to your preferred size.

    Please give it a try and let us know how it goes.