Question
How to display a text based on the checkbox selection
Actually i have two questions:
1.I have a dropdown with 8 values in the prompt list.
Now the requirement has changed.....the dropdown control should be checkbox and the same prompt values should be used for Checkbox too
Can we achieve this?(8 checkboxes in a section should reference only one value)
2.After doing the above thing...
Based on selecting the checkbox....the respective text should be displayed on on one comments field
Pls help.
***Updated by moderator: Lochan to add Categories***
Hello Praveen,
Could you please clarify the bellow queries to have a clear idea of the scenario?
1. If I have get it right, you want to update your design such that for each value present in the Dropdown, you will show a checkbox icon. However, if we are going with this design, users will be able to select multiple checkboxes at a time, which is not possible with dropdown. Could you please confirm, if as per your use-case, users are suppose to select multiple values?
2. Can't we go with a radio button control, as this will mimic the behavior of DropDown control.
Please let me know your views on above.