Only Allowing One Selected Value From A Checkbox Enumeration List
![]()
I am listing 2 or more possible selections in a Checkbox Enumeration List. I only want to allow one. So when the user picks one and then switches and selects the other, the first selection disappears. When the SAVE button is selected, only one of the check boxes can be selected. Is there a way to do this?
|
Accepted answer
One other answer
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Jun 02 '15, 2:08 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I agree with Don here. If you want just one value, use an enumeration, not an enumeration list.
The options you can try with enumerationList is
|