Is there a way I can make the icons (tick boxes) bigger??

  • Grahammilton1985
    Asked on January 30, 2017 at 8:26 AM
    Is there a way i can make the icons (tick boxes) bigger??
  • Özlem JotForm Developer
    Replied on January 30, 2017 at 9:41 AM

    Hi,

    You need to inject some custom CSS codes into your form. 

    Please have a look at the following code:

    transform: scale(1.8,1.8);

    When you use this code for your checkboxes, their size will be change. You need to change the 1,8 value in scale if you want to increase or decrease the size of the boxes.

    Or you can also the below css code:

    zoom:1.9;

    You can change the 1.9 value to increase or decrease the size of the checkboxes, too.

    In addition, you need the field IDs of your checkboxes. Please have a look at the following guide: How-to-find-field-IDs-and-names  

    After that, you can inject your CSS codes for any of the form fields in your form.

    How-to-Inject-Custom-CSS-Codes 

    This is my demo form: https://form.jotform.com/70291477868975 

    You can clone my demo form to your side if you need to look at the CSS codes: How-to-Clone-an-Existing-Form-from-a-URL 

    If you need any other details, please feel free to let us know.

    Thank you.