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.

  1. Create an action.
  2. 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.