Checkbox showed as bullet and cannot change its width?

  • stormingrobots
    Asked on January 28, 2020 at 12:26 PM

    Hi  the form 200226046225139   -  2 issues:

    1) checkbox item 198  .. I could not expand the width.  have tried:

    .form-checkbox-item {
       width: 400px!important;

    }

    2) checkbox shows up a bullet?  I'd like to change it to checkbox. How?

    Please advise. 

    1580232320junk Screenshot 10

  • stormingrobots
    Replied on January 28, 2020 at 12:43 PM

    Ok.. I figured out that I need to use max-width instead.    So, issue 1 is solved. 

    But still could not figure out issue 2 - need a checkbox shape, not circle. 

    have a new one: 

    issue 3:  would like to reduce space between the individual checkbox and it's own description.  please advice. 


  • Mike_G JotForm Support
    Replied on January 28, 2020 at 4:12 PM

    For issue #2, please use the following CSS codes.

    .form-checkbox-item:not(#foo) label:before {

        border-radius: 0px !important;

    }

    For #3, please have these CSS codes injected to your form.

    .form-checkbox-item:not(#foo) label {

        text-indent: 0px !important;

    }

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

     
  • stormingrobots
    Replied on January 29, 2020 at 12:58 AM

    Thank you. 

     

    but still have issue with the checkbox: 

    1580280950junk Screenshot 10

     would you help me to position those check mark inside the checkbox? 

     

  • Jed_C
    Replied on January 29, 2020 at 6:26 AM

    Change the padding from 4px to 0px. Please refer to my screenshot below.

    You should find it in line #897.

    1580297135The Easiest Online Form Builde Screenshot 10

    Sample output:

    answers Screenshot 21

    Let us know if you have any questions or if you need further assistance.