Hi everybody, first time posting here.
I have an embedded canvas app with a gallery that has a checkbox with each item.
When I check the checkbox, it adds the item to a collection, and when I uncheck it removes the item.
Everything works when I edit the canvas app, but when I embed it into a model driven app the OnUncheck event does not work.
How do I go on about troubleshooting this? I can see when I use chrome DevTool that something happens when I check the checkbox, but not when I uncheck.
Thank you!