How to adjust check box size

  • Clintluna
    Asked on September 20, 2018 at 6:47 PM

    On this form: https://www.jotform.com/build/82627344869167


    How can I increase the size of the checkbox? Thanks

  • liyam
    Replied on September 20, 2018 at 9:26 PM

    You can inject this CSS code into your form:

    input[type=checkbox] {
      transform: scale(1.5);
    }

    If you need to know how to inject CSS codes, please follow the steps from this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes


  • Clintluna
    Replied on September 21, 2018 at 1:49 AM

    Perfect! thanks so much Liyam!!

  • liyam
    Replied on September 21, 2018 at 3:58 AM

    You are very much welcome, Clintluna. Feel free to let us know if you have other questions.

    :)