Hi Community,
I have two questions regarding a checkbox list and can't seem to find a solution for it. I did also attach a OML with my logic so far.
I also did check the forge if there any example on there (Multi Select Checkbox Reactive Web Application and Multiple Selection Dropdown Widget (Reactive And Mobile))
Thanks in advance,
Bart
Hi Bart,
Based on my understanding of the use case, I have introduced few logic with an additional input parameter called SingleSelection.
See this demo screen: MultiSelectCheckboxDemo
I hope this helps you!
Kind regards,
Benjith Sam
I had tried to build the mentioned use case with a few code changes in the shared implementation, and it's working as expected. Refer to the attached .oml file.
Hi @Benjith Sam,
Thanks for your reply and your time to work out a working example. The provided solution is 90% of what I was looking for but I think I did not mention it properly. In one of the mentioned use cases you should only be able to select 1 checkbox. The other checkboxes should not be disabled. When you select another checkbox, the previous checkbox must be unchecked and the new one checked. When I think of this, you could say this is the behaviour of a radio button group but then with checkboxes.
Best,
Hi Benjith,
Thanks. This is exactly what I was looking for.
You're welcome, Bart.
Glad to help you!