Is it possible to disable the specific list item in radio button ?

0
Hi There, I am running into a scenario where the radio-button’s child elements should be enabled or disabled dynamically. Thanks in Advance...
asked
3 answers
1

The easiest way to achieve this IOP is to use normal Mendix buttons wrapped in a bootstrap button group.

https://getbootstrap.com/docs/5.0/components/button-group/#checkbox-and-radio-button-groups

Then you can make the logic whatever you like using conditional visiblity expressions.

-Andrej

answered
0

You can use this widget to show certain values of the enum in a radiobuttonlist: https://appstore.home.mendix.com/link/app/111237/

The widget doesn't support the dynamic part, but you could use conditional visibility to add that.

answered
-1

You can use this widget. 

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

 

answered