Is it possible to update a checkbox value in a gallery based on another field's info. For example, I have a dropdown with the values "Active" and "Inactive". It's default is based an IF statement, and that works fine. There are 5 of these types of dropdowns, Compensation, Work Location, Leave, Terms, and Status.
I also have a gallery with checkboxes, and their values correspond to the names of each of the 5 dropdowns. What I'm trying to get happen is to get the individual check boxes to be marked only if the corresponding dropdown is marked as active.