Complete X Many checkboxes

Have a section of my process where users must complete at least 3/6 checkboxes before moving on, these are all currently boolean properties and they CAN complete all 6 but only NEED to do 3 does anyone know of a way to count these and prevent completion before minimum reached

Hi

I think i would tackle this a bit differently. If your booleans were instead a many - many relationship with another object with the booleans listed as data that could be selected, you could use the Relation Ticklist widget which has a setting for “Minimum selections”.

This seems to be the exact thing I’m looking for are you aware at all of documentation on how to use the ticklist’s as I’m hitting a blocker due to not having used before

I think the only requirement is your objects are related using a many to many relationship. You then navigate to the relationship before putting the widget on the page. Happy to jump on a quick call if that helps.