Hello, I have a requirement for taking user input in a very specific way, and I am looking for some help with this.
- The user has to select one out of the five options. This will be single select and not multiple - select. User can pick only one option at a time. (Options 1,2,3,4,5)
- Upon selecting each of these options, a sub-set appears. For example - If the user selects Options 1, a subset appears with options 11, 12, 13, 14, 15. These will be multiple select. User can select multiple options at a time.
- Same thing for Options 2, 3, 4. If the user selects 2, then 21, 22, 23, 24 and 25 appears. If the user selects 4, then 41, 42, 43, 44 and 45 appears. All these subsets are multiple-select.
- If the user selects Option 5, a subset appears but that is also a single select. For example - User selects Option 5, subset appears with options 51, 52, 53 - User can select only one of these, not multiple.
Thanks.