Hello,
I am using checkboxes but I noticed the text labels are not clickable. I would want to check or uncheck the checkboxes when I click on the label also, as it is more user friendly. Is there a way to do this?
Thank you
Hi Ga¨ëlle,
You can add an event OnClick and on the client action, swap the boolean variable value binded to the checkbox.
Kind Regards,João
Hi João, thanks for your help!
It is indeed a very simple solution but I am wondering. I have already a full website with a lot of checkboxes and sometimes there are 7-8 of them in the same screen. Is there a way to avoid creating new Client Actions for every one of them? I get that I can use If conditions for the same screen but do you know if a single Action that can be reused in all the project is a possible solution?
I checked the same and its working as expected for me. Make sure that you are assigning the checkbox input widget to the label widget as shown below.
I hope this helps you!
Kind regards,
Benjith Sam