Releases: PolymerElements/paper-checkbox
Releases · PolymerElements/paper-checkbox
v1.0.2
1.0.2
1.0.1 release
updated element metadata
v1.0.0
v0.9.7
v0.9.6
v0.9.5
v0.9.5
v0.9.4
v0.9.4
v0.9.3
v0.9.3
0.9.2 release
v0.9.2 v0.9.2
v0.8.4: Make checked a notify property
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>