i have an input type checkbox in knockout js and i whant to perform the "not true" action when this checkbox is checked. Something like this:
<input type="checkbox" data-bind="checked: !IsVisible"/>
But this is not working. I know that i can call IsHidden and set the common checked binding, but i have a special situation in witch i need this behavior.