I am trying to bind the state of a checkbox to a variable in my model. I want to update the state of the checkbox with the standard Yosemite animation (like when you click on it) when the corresponding boolean property in my model changes. Is there any method in NSButton that does this? I'm looking for something like I am trying to bind the state of a checkbox to