Reputation: 92
I would like to have it where i can only select one checkbox at a time and when selected show the textfield associated with the selection. At least have it where i can only select one checkbox at a time. I have setup the dialog to run a choose when statement when for the selections but only want to select one at a time.
Upvotes: 0
Views: 1024
Reputation: 56
You can use listeners to react to user actions e.g.: dynamic dialogs, however you probably want to use radios.
Upvotes: 1