Answered
I have built a javascript that works however i want to add in an additional radio button with the value Choice2, when i do this the script stops working
this.getField("AMULAT MECHES").display = (this.getField("Group19").valueAsString == "Choice1") ? display.visible : display.hidden;
