Button Checkboxes Widget: 'Width of the buttons' is not applied if it is less than 110 pixels

  • Mcmike32
    Asked on April 15, 2016 at 1:47 PM

    How do I change the width of the buttons using the "Button Checkboxes" widget

    I am attempting to make the with of the buttons smaller with the "Button Checkboxes" Widget. I see the option to do so in the wizard, yet it seems unresponsive. Do I have a formatting issue? Any help would be appreciated. I have two uses/applications in my form (in the Water Intake section). Thanks in advance.

    -Michael

  • Mike
    Replied on April 15, 2016 at 3:27 PM

    It looks like that minimal button width under the Button Checkboxes widgets is currently limited to 110 pixels. I have submitted a bug report about this issue.

    In the meantime, you can adjust the button width parameter by adding custom CSS to the widget.

    Example:

    label {
    width: 75px !important;
    }

    Button Checkboxes Widget: Width of the buttons is not applied if it is less than 110 pixels Image 1 Screenshot 30

    Button Checkboxes Widget: Width of the buttons is not applied if it is less than 110 pixels Image 2 Screenshot 41

    Thank you.