How to judge multiple values under an array in js

clipboard.png

clipboard.png

I have an array here. I think the required in the array is all false and then the form is passed. I am now a judge here.
I want to sum up and pass all for false. How should I write it?

Mar.05,2021

let isOk = list.every(({ required }) => !required)

as long as one is true, do not pass

if(require == true){
console.log('')
break//
}
Menu