Is it possible to disable individual radio button selections using script? In place of resetting the items list and removing items I don't want users to select, I'd like to disable the items so they cannot be selected.
ie: If the SOM for my radio button object is: "guide[0].guide1[0].guideRootPanel[0].Application[0].applicationType[0]". Is there an additional property / element that would let me programatically access the individual items?