@Myrdhin wrote:
I do not understand. When I try this code:
my
index.hbs
:<input type="checkbox" checked={{cbState}} /> {{cbState}}<br /> {{input type="checkbox" checked=cbState}} {{cbState}}
my controller
index.js
:import Ember from 'ember'; export default Ember.Controller.extend({ cbState: false });
If i check a checkbox,
cbState
is alwaysfalse
... Why ? I hopecbState
change totrue
...Thanks for your help.
Posts: 1
Participants: 1