Re: Prefilled Multi Checkboxes values of Gallery Control in Power Apps
Ok here is an example, I have a gallery, and in it I place a checkbox and set it's Text to "AC Ducts".
I then set it's Default to
If(Self.Text in ThisItem.Area.Value, true, false)
where Area is the choice column, and .Value are the choices selected in it.
Any item that has AC Ducts chosen will be checked and those that do not, will not be checked.

This method can be used to set default for them so they can be pulled back up later and edited etc