Fix boolean config value not propagating (#421)

This commit is contained in:
Andrey 2017-09-09 20:33:15 +03:00 committed by Paulus Schoutsen
parent 19187ce518
commit 684ac8fe69

View File

@ -5,7 +5,7 @@
<template> <template>
<paper-checkbox <paper-checkbox
disabled='[[item.secondary]]' disabled='[[item.secondary]]'
checked="[[item.value]]" checked="{{item.value}}"
> >
[[item.description]] [[item.description]]
</paper-checkbox> </paper-checkbox>