Can you change view model? I think will be better, if you add bool property IsSelected to Person. And bind it to checkbox:
<CheckBox IsChecked="{Binding IsSelected}"/>
Command is not requared and you can add some functionality in setter of property IsSelected.