Hiding the Image Checkbox Widget

  • nickbh
    Asked on September 19, 2015 at 10:35 AM

    Is it possible to hide the image checkbox widget.  I cannot see the option on this field type?

    Thanks

  • Jan
    Replied on September 20, 2015 at 7:03 AM

    You can only hide that widget by using applying custom CSS on it. Please try the steps below:

    1. Click the "Wizard" icon of the widget.

    Hiding the Image Checkbox Widget Image 1 Screenshot 30

    2. Go to the custom CSS tab and then paste this CSS code.

    #checkboxesContainer { display: none !important;}

     

    Hiding the Image Checkbox Widget Image 2 Screenshot 41

    Hope this helps. Thank you.

  • nickbh
    Replied on September 20, 2015 at 8:00 AM

    Thanks for the info.  But how could I then make it reappear as part of any conditional logic statement?  Or is that not possible?

  • Ashwin JotForm Support
    Replied on September 21, 2015 at 1:17 AM

    Hello nickbh,

    I am not sure if I have understood your requirement correctly. Do you mean to say that you want to conditionally show / hide the Image checkbox widget?

    Yes it is possible to achieve your requirement by adding conditions in your form. Please check the screenshot below:

    Hiding the Image Checkbox Widget Image 1 Screenshot 20

     

    Hope this helps.

    Do try it out and get back to us if you have any questions.

    Thank you!