Hello,
I'm migrating a personal survey forms project from Xamarin Forms to .netMaui.
Initially everything works perfectly in Xamarin Forms, but once I copied the codes into the .net Maui project, the behavior of the controls became strange.
1) when loading the list of options (radiobutton) everything happens perfectly.
2) when loading the record (for editing), the previously marked option can no longer be edited.
I use Triggers (DataTriggers) to load the previously saved option.
I thank my friends in advance for their help.