Hi All,
For the Select_One as of now it is showing radio buttons instead of that i want Checkbox for select_one option how can i achieve it.
I need this kind of checkboxes in select_one options
Hi All,
For the Select_One as of now it is showing radio buttons instead of that i want Checkbox for select_one option how can i achieve it.
I need this kind of checkboxes in select_one options
Hi @Chandrasekar_ganesan
By default, select_one displays radio buttons, while checkboxes are used for select_multiple. As far as I know, you can't change this behavior. If you opt for select_multiple, the data collector will be able to select multiple responses instead of just one.
I would suggest to not change this standard UI (and XForm) interface pattern.
Otherwise, a workaround might be to use a select_multiple type with a count-selected constraint. (Not really a userfriendly and common option.)
Why do you need/want to change the UI radio button standard here, please?