How do I use a checkbox with 2 values that does not allow to select more than one selection. By default I can select several/all checkboxes. in a Yes/No situation that does not make any sense...
How do I use a checkbox with 2 values that does not allow to select more than one selection. By default I can select several/all checkboxes. in a Yes/No situation that does not make any sense...
Hi Dominique, for each choice in your checkbox, on the 'checkbox changes field data' behavior, create a simple script using the simple branch to check to see if that particular option has been checked. If so, then use a set field object to uncheck the other option. Do this for both checkbox choices. This will automatically uncheck the other option.
hmm, thats very hard. I remember a simple functionality in Quask saying only one item can be selected from the ckeckbox.... I already found out this functionality is available in radio button check box, so it solved my problem for now....