davedawkins/Sutil

checkbox has checked=false when used with two way binding

hesxenon opened this issue · 3 comments

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...

Thanks for reporting this. I will look into this.

This is fixed. After testing should be available in next release (1.0.0-beta-024)

Available in 2.x