I'm making an app with radio buttons to give 3 different paths of using the tool. I don't want to mess with blank inputs and other errors for the paths they aren't using since there's no inputs there. I thought I could do this by putting each path in a container in the workflow, then link the radio button to the container. What I want to happen seems logical - if that is the radio button they've selected, it should run that path (keep it enabled). Instead the action seems to work the exact opposite of what I want. It says "If the Check Box or Radio Button is selected, the Tool Container will be disabled". Why would you want to select a radio button choice to have it only DISABLE something? How could you even set up a 3 or 4 radio button question to perform different actions then? I don't see any option in the Action button to make it enable instead of disable, which would have been nice. Is the only option to disable all my containers, and then use the Action to update the "disabled" property to False instead of using the default action?