I need to create alert dialog with 3 check boxes….And when top check box is cliked, 2 another one should be clicked and Disabled….How to do that? I tried to do that with onMultiChoiseItems()…but a cannot disable items there….Have you any idea ?
Thanks in advance !
You can programmatically create the checkboxes in a layout and use this layout with the Alert Dialog. This is an example where I react on a button click. You can as well react on a checkbox event and then change another checkbox: