Use the AllChecked property
Use the AllChecked property of a Checklist control to query the status of a checklist. This property indicates whether all items in a checklist are checked.
- Create an action.
-
Map the
All Checked target
parameter to an output value.
If all the items are checked, the output is True. If any item is unchecked, the output is False.