Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

v0.8.4: Make checked a notify property

Compare
Choose a tag to compare
@cdata cdata released this 14 May 04:21
· 299 commits to master since this release
As it stands, you have to bind with a custom event:

    <paper-checkbox checked="{{myVal::iron-change}}"></paper-checkbox>

I understand having to do that with native elements, but this seems like it should work with just:

    <paper-checkbox checked="{{myVal}}"></paper-checkbox>