How can I make the checkbox bigger and have a thick border?

  • hpaschenko
    Asked on October 17, 2020 at 10:33 PM

    Please, How can I make the checkbox bigger and have a thick border?

    my URL: https://form.jotform.com/202736212845150

    Helen

  • Vanessa_T
    Replied on October 17, 2020 at 11:53 PM

    Kindly add the CSS below to make the checkbox bigger and the border thicker:

    .p_checkbox .select_border, .p_checkbox .checked {

    width: 30px !important;

    height: 30px !important;

    background-size: 20px !important;

    border-width: 4px !important;

    }

    Guide: How-to-Inject-Custom-CSS-Codes

    1602993143 5f8bbbf7de97b 01944 Screenshot 10

    If you are referring to something else, please share a screenshot and please explain in detail which exactly you'd like to be changed.

    How-to-Post-Screenshots-to-Our-Support-System (Note: Email Attachment Is Not Supported)

  • hpaschenko
    Replied on October 18, 2020 at 8:38 AM

    Thank you Vannessa!

    That works great if user selects the checkbox, but is it possible to make the checkbox bigger before it is selected? checkbox is small so it may be difficult for user to position cursor onto the checkbox.


    Helen

  • Sonnyfer JotForm Support
    Replied on October 18, 2020 at 9:55 AM

    Hello Helen - It seems you copied my colleague's code incompletely. Kindly add a period before the first word to make the checkbox appear the same when checked.

    1603029184 5f8c48c04d052  Screenshot 10

    RESULT:

    1603029293 5f8c492d4a717 chc Screenshot 21

    Let us know if you need further assistance.


  • hpaschenko
    Replied on October 19, 2020 at 11:28 AM
    oops. Thank you! all good now
    ...