Fix boolean config value not propagating (#421)

This commit is contained in:
Andrey
2017-09-09 10:33:15 -07:00
committed by Paulus Schoutsen
parent 19187ce518
commit 684ac8fe69
@@ -5,7 +5,7 @@
<template>
<paper-checkbox
disabled='[[item.secondary]]'
checked="[[item.value]]"
checked="{{item.value}}"
>
[[item.description]]
</paper-checkbox>