Is there a way to check if ALL elements in an array is true??

I have an issue, I want to check through this array and make sure that ALL of them return true, so if one is false it doesn’t run the code.

However, it stops once it finds 1 element that is true. Is there a way to make sure it only runs what I want it to run if all of the elements are true?

image