multiple Checkbox

0
Hi All,   When i try checked check boxes other boxes are aslo cheked , i want single chked item at a time what  can i do for that 
asked
3 answers
6

Hi sweta pawar

Checkbox are not work in that way it is for multi select purpose, you can use enumeration or boolean for your requerement.

Thanks.

answered
6

Hi sweta pawar,

Have a onchange microflow in the checkbox

In that microflow:

Retrieve from entity XPath: [id!=$entity]

Put that list in a loop, inside the loop, have a change object – change boolean=false

 

Have refresh in client set to yes.

Hope this Helps!

 

 

answered
0

Hi Sweta,

Try with below widget,

https://marketplace.mendix.com/link/component/2295

answered