I got this statement to kind of work. If anyone of the toggles are No it will prompt, but if they are all Yes, it will not advance to the next page. I also need to figure out how to make sure if one is set to No that it will be able to advance as long as the text box has something in it. So basicly the idea is if there are any No's, there should be a reason filled out in the text box as to why.
If(DataCardValue91.Selected.Value="No", Set(MyVis,true) || If(DataCardValue92.Selected.Value="No", Set(MyVis,true) || If(DataCardValue93.Selected.Value="No", Set(MyVis,true) || If(DataCardValue94.Selected.Value="No", Set(MyVis,true) || If(DataCardValue12.Selected.Value="No", Set(MyVis,true), NewForm(Form_2);Navigate('Page-2',ScreenTransition.Fade))))))