Hello,
I have a value prompt and the selected UI is Check Box. I have a Static Choice called "ALL".
My requirement is:
- 'ALL' is the default selection
- If the user selecst any other option or combination of options, then 'ALL' option should be unchecked
- if the user unchecks all other options then the "All" option becomes checked again
I need help writing Javascript to achieve this. I have disabled Select All/Deselect All option.
Thanks in advance.
This sounds like a similar request to what one of my readers asked me about. It was an interesting enough problem that I sat down to do it.
http://cognospaul.com/2013/10/08/checking-option-checkbox-prompt/ (http://cognospaul.com/2013/10/08/checking-option-checkbox-prompt/)