Enable Modal Radio Box Items based on predefined list
I am trying to Enable/Disable certain radio box buttons in a single radio box based on a list I have entering the Modal dialog with. For instance, say my list is {2, 5} and my radio box has 5 buttons in it. When the Modal window opens, I only want buttons 2 and 5 (from the list, which is based on previous user input) to be enabled and buttons 1, 3, and 4 to be disabled. I've tried to add a For loo...