checkbox wpf 绑定数组_WPF数据绑定CheckBox.IsChecked
How would I bind the IsChecked member of a CheckBox to a member variable in my form?(I realize I can access it directly, but I am trying to learn about databinding and WPF)Below is my failed attempt t...