You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two problems here. 1) bindAttr is one directional. 2) the checked property is not updated on dom when the checkbox is checked, it just specifies the original state.
http://jsfiddle.net/pixelcort/PLPNQ/
According to emberjs.com, I should be able to do the following:
This works in terms of setting up the checked property, but when the checkbox is clicked the other side doesn't get updated.
I see there is an Ember.Checkbox. Should I be using that instead? If so, the emberjs.com website should not show the example above.
The text was updated successfully, but these errors were encountered: