I have a checkbox on a DockPane in an Add-in. When the user clicks the checkbox, I want to call a command in the ViewModel.
I can get a simple command to work.
However, I need to pass the status of the checkbox back to the command. How do you do this? I can't seem to get the command to accept parameters.