JSFiddle - React, Tailwind, and code Playground

by dixalex

HTML

<script>
  function LoadPage() {
    var arr = [];
    arr.push("%[2]Q7_1%"); //Advil
    arr.push("%[2]Q7_2%"); //Aleve
    arr.push("%[2]Q7_3%"); //Bayer
    arr.push("%[2]Q7_4%"); //Bufferin
    arr.push("%[2]Q7_5%"); //Equate
    arr.push("%[2]Q7_6%"); //Excedrin
    arr.push("%[2]Q7_7%"); //Motrin
    arr.push("%[2]Q7_8%"); //Tylenol
    arr.push("%[2]Q7_9%"); //Store brand
    arr.push("%[2]Q7_10%"); //Other brand
    arr.push("1"); //Don’t know
    var autoPunch = false;
    DisplayConditionalChoices(arr, "Q25", '1,true', autoPunch);
  }

</script>