Can I control the enabling/disabling of my textbox using a checkbox and a radio-button, both?
My UI is such that the checkbox controls the individual textbox state, while a radio button controls the enable/disable states of both the textbox and the checkbox.
You can perform this in the UI using a multibinding. This would look like this:
Where the converter looks at the checked state of the radio and checkbox