Is there a method to have by default all sections closed? I have some text populating the statements which is throwing the accordion off. I noticed that if I close the first section then reopen then everything is displayed perfectly. 

Solved
Matrix CSS/JS Toggle Sections Closed on the Accordion
Best answer by ahmedA
okay. Didn't expect that.
In order to avoid repeating the statements. You can use this:
qid = this.questionId;
choices = this.getChoices();
choices.forEach(item => {document.getElementById("header~"+qid+"~"+item).click();});
document.getElementById("header~"+this.questionId+"~1").click();
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

Once I click to open the first statement, then the closed statements pop to looking correctly.