I want to verify that another field has been completed before selecting the radio button.
I put some actions on change of the radio button that if the field is not completed, it clears the radio button and shows a message.
The problem is…after you complete the other field, and then come back and select the original option on the radio button, the event does not trigger. You would need to select a different option on the radio button, then reselect the original option.
I know one could get creative with show/hide but in this case it would be too complex.
If using the action to clear the radio button would reset it properly it would not be an issue