Is it possible to have checkboxes appearing in a row?

  • Jits
    Asked on February 10, 2018 at 8:13 AM

    Hi, is it possible to have checkboxes appearing in a row rather than the default column?

    Thanks

  • Mike_G JotForm Support
    Replied on February 10, 2018 at 8:39 AM

    Yes, that would be possible with the help of CSS codes that can be injected in the form and/or widget.

    Please give me some time to get you the needed codes for your requirements.

    I'll get back to you as soon as possible.

  • Mike_G JotForm Support
    Replied on February 10, 2018 at 9:01 AM

    I have created a clone version of this form that I believe you're working on— http://www.jotformeu.com/form/80402304152339

    And I can only assume that you are referring to the "Roles" column in the Configurable List widget of that form.

    Here's the clone version of that form where I have applied the CSS codes below — https://form.jotform.com/80403805847963


    .checkbox-container .checkbox {

        display: inline !important;

    }

    .checkbox-container input {

        margin-right: 1px !important;

    }

    .checkbox-container label {

        margin-right: 5px;

    }

    Please note that I have injected the CSS codes to the Custom CSS tab of the widget — How-to-Inject-CSS-Codes-to-Widgets

    1518271248t08 59 28 Screenshot 10

    I hope this helps. if you have other questions, please feel free to let us know.

  • Jits
    Replied on February 10, 2018 at 9:04 AM

    Brilliant that is great - thank you for your speedy response

  • Mike_G JotForm Support
    Replied on February 10, 2018 at 9:20 AM

    You are most welcome!

    Feel free to contact us again anytime should you have any questions or concerns.