Fix boolean config value not propagating (#421)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user