How to make the check boxes larger?

  • ghgsummit
    Asked on May 31, 2016 at 12:19 PM
    The last thing I want to do is make the check boxes larger.
  • BJoanna
    Replied on May 31, 2016 at 12:35 PM

    To make checkboxs larger add this CSS code to configurable list Custom CSS field:

    input[type="checkbox"]{

    width: 30px;

    height: 30px;

    After that your checkboxes will look like this.

    How to make the check boxes larger? Image 1 Screenshot 20

    Here is my demo form, where i added all CSS codes that I provided you on this and other two threads: https://form.jotform.com/61514749719970 

    Feel free to clone it.

    Hope this will help. Let us know if you need further assistance.