I am developing an app with modern controls.
The app has text boxes, radio buttons and toggels.
When i lauch the app, it connects to DB and shows the correct results in textboxes. However the radio buttons and toggels doesnt show anything.
I have the same app with classic controls and it shows everything.
The difference i see for Radio control is that for classic radio button i can put Parent.Default in Default. Modern Control doesnt have Default. It has DefaultSelectedSchema and Parent.Default doest work there.
When i use classic Radio button and write Parent.Default in Default field i get the correct value.
I dont know how to use DefaultSelectedItems