Hi All,
I'm trying to build a component that has a gallery with a checkbox control. Outside of the gallery, I have another checkbox control named AllChkbox and the default value is "true". I set Default property of the checkboxes in the gallery to be AllChkbox.Value. It's all good on visible event of the screen like below:

When I untick any one of the checkboxes inside the gallery, I'd like the AllChkbox control outside the gallery to become unchecked. However, if I check the AllChkbox control, I would also like to check all the checkboxes inside the gallery. I've been running circles with this logic and can't find the solution. I found one solution here, but this is not inside a component. Is it possible to create this logic inside a component? Help! 😔
-bochie