Hello all,
I have a gallery for managers to approve the invoices. The approval is done by selecting the thumbs up/thumb down icon.
Afterwards they need to select the gallery items for which they want to send the updates via checkbox (and then clicking on some button which is now not relevant).
My issue is that when I first select the checkbox and then change the thumbs selection, the checkbox resets to unchecked.
Could you please advise what am I doing wrong?
Below is the screenshot and some properties which might be relevant.
Gallery checkbox properties
OnCheck: true
OnUncheck: false
OnSelect: false
Default: Switch(locSelectAll, "t", true, "f", false, false)
Reset: false
Default is set as above in order to use "Select all" checkbox which is outside of gallery.
