hello friends ı am trying to check if is checkbox checked or unchecked if else but its not let me to do look my code downBelow all I want check before ı turn the page look it say "Window.UI.Xaml.Controls.Primitives.ToogleButton.Checked can only be appear left hand side of += or -= "
private async void soru6to7_Clicked(object sender, RoutedEventArgs e)
{
if(Soru6_CheckBox4.Unchecked)
{
TestPageSoru6.Visibility = Visibility.Collapsed;
};
}