MinusZero Thank you for the guidance, I used the following code and it
works as it should. In addition, I only had to place the code in each of
the radio button groups not on each radio button. if
(Page1.Content.mulChoice1.rawValue == "2" &
Page1.Content.mulChoice2.rawValue == "2"){
Page1.Content.textField.presence = "visible";}else if
(Page1.Content.mulChoice1.rawValue == "1" ||
Page1.Content.mulChoice2.rawValue == "1"){
Page1.Content.textField.presence = "invisible";}