Hello,
I want to select/unselect checkbox based on I select buttons.
for example,
"Button 1" select, update "Checkbox" value = true
"Button 2" select, update "Checkbox" value = false
Thanks,
Solved! Go to Solution.
Hi @dave8 ,
Set a Variable - Button1
UpdateCOntext({vChecked:true})
Button2
UpdateCOntext({vChecked:false})
The Default of your Checkbox
vChecked
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @dave8 ,
Set a Variable - Button1
UpdateCOntext({vChecked:true})
Button2
UpdateCOntext({vChecked:false})
The Default of your Checkbox
vChecked
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Thank you @WarrenBelz for the solution,
However This works only if it checkbox and buttons are separate, while in my case, checkbox and buttons are inside the gallery, so checkbox and buttons are repeating, and the moment I click on any button in the gallery, it's affecting all the repeating checkbox in the gallery.
How can I restrict this action only for specific item in the gallery? Is it possible anyways?
Thanks,
Thanks @dave8 ,
A whole new issue to your post question.
Whenever you generate something from within a gallery, any "unbound" controls reset. You need to have a field in your gallery linked to the check box and Patch to this the value of the checkbox when you push the button.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
User | Count |
---|---|
258 | |
111 | |
95 | |
48 | |
41 |