System.ArgumentOutOfRangeException when setting RadioButton IsChecked in Xamarin
I am making a property app where I have one file for LandingPage.cs and another for LandingViewModel.cs. The goal is to bind a list of sections to radio buttons and set the first radio button as checked. However, I encounter an error when trying to set the first radio button as checked. Here is my code: