I was wondering how you make a CheckBox unselectable in c#? I thought it would be something like SetSelectable (false) or something but I can\'t seem to see th
CheckBox
AutoCheck doesn't exist in UWP but I think you can use IsTapEnabled = false.