checkbox has checked=false when used with two way binding
hesxenon opened this issue · 3 comments
hesxenon commented
Hi, as you can see here in this REPL the checkbox is initialized with checked="false"
even though the bool representing the checked value is false
.
This seems to happen only for two way binding though...
davedawkins commented
Thanks for reporting this. I will look into this.
davedawkins commented
This is fixed. After testing should be available in next release (1.0.0-beta-024)
davedawkins commented
Available in 2.x