Size of checklist

  • jvamara
    Asked on January 9, 2017 at 4:03 PM

    Good Night Friends!

    How do you increase the size of the checklist

    Thanks!
  • Chriistian Jotform Support
    Replied on January 9, 2017 at 6:46 PM

    Hi there,

    Are you referring to your Check Box field in http://www.jotformz.com/form/63217141491652? If you want to increase the size of checkboxes in the said form, you can inject the following CSS to your form.

    .form-radio {

        -ms-transform: scale(2);

        -moz-transform: scale(2);

        -webkit-transform: scale(2);

        -o-transform: scale(2);

        padding: 10px;

    }

     

    If you are referring to a different form or concern, let us know so we can further check.

    Regards.