39
Views
1
Comments
Only one checkbox can be ticked at a time.
Application Type
Reactive

I am building an application in which i stucked at a particular scenario.

the requirement is that only one record in the list can have its boolean variable true.

when we check one record than other must get disabled then if i have to check another one first i have to uncheck the previous one.

the scenario i have set in the oml.

please provide the oml.

It is not working with radio buttons.


checkbox.oml
2018-10-29 08-31-03
João Marques
 
MVP

Hi,


You can very easily build a logic for that one, by checking if there are any others selected when you tick one box, and if they are, uncheck them:


OML in attachment with the code.


Kind Regards,
João

checkbox.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.