How to create multiple columns of check boxes?

  • thedeltadentist
    Asked on November 30, 2014 at 5:57 PM

    Have you ever had:

     

    Box  None             Box Alcoholism                    Box Allergies             Box Anemia         

    Box Arthritis          Box Artificial Heart Valve      Box Artificial Joints     Box Asthma

     

    etc

     

  • val
    Replied on November 30, 2014 at 9:40 PM

    Hi,

    You need to do like this, please check the screenshots below.

    1. First, set your Spread Columns to "4"

    2. Go to Setup & Embed

    3. Click Preferences

    4. Form Styles

    5. Inject Custom CSS

     

    How to create multiple columns of check boxes? Image 1 Screenshot 30

    How to create multiple columns of check boxes? Image 2 Screenshot 41

    Here's the CSS you need to inject on your Custom CSS, this CSS codes allow you to put width on each column and here is the guide on how to Inject Custom CSS.

    .form-multiple-column .form-radio-item, .form-multiple-column .form-checkbox-item {
    width: 150px;
    }

     

    Thanks You!