Hi, I have a gallery based on a collection. In this gallery I have 2 checkboxes. The Check Proprety is :
Patch(col2000_vj; LookUp(col2000_vj; ID = gal_2000_vj.Selected.ID); {chkb_ja: true});;
The Uncheck is:
Patch(col2000_vj; LookUp(col2000_vj; ID = gal_2000_vj.Selected.ID); {chkb_ja: false});;
When I click one on the checkbox, the chkb_ja is set to true thats ok, but my checkbox doesn't light up, I have to click again on that checkbox to show up the "checked" symbol. So to uncheck I have to click twice on that box. But I can't find any error.
Somebody has an idea?
Many thanks 🙂
