Image Checkbox Widget - Make Read Only

  • nickbh
    Asked on November 9, 2016 at 12:18 PM

    Is it possible to make the image checkbox widget Read Only though CSS?

     

    If so can you advise what custom CSS I would need to add?

    Thanks

  • BJoanna
    Replied on November 9, 2016 at 3:34 PM

    You can achieve that by adding this CSS code inside of Image Checkboxes Custom CSS fiield:

    li {

        pointer-events: none;

    }

    Image Checkbox Widget   Make Read Only Image 1 Screenshot 20

    Here is my demo form: https://form.jotform.com/63136350455957 

    Feel free to test it and clone it

    Hope this will help. Let us know if you need further assistance. 

  • nickbh
    Replied on November 14, 2016 at 9:35 PM

    Woked great.  Thankyou