I\'m trying to bind a CheckBox to a field but also trigger the checkbox\'s IsSelected.
Here is the ListBox setup that is working with the Binding to data
you can use a MultiBinding with MultiConverter
MultiBinding
MultiConverter
and create a YourMultiBindConverter that implement IMultiValueConverter