I am making a WPF application that is navigable via custom \"Next\" and \"Back\" buttons and commands (i.e. not using a NavigationWindow). On one screen, I have
NavigationWindow
Turns out binding a check box to the IsSelected property and putting the textblock and checkbox within a stack panel does the trick!