mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-09 10:26:35 +00:00
Fix boolean config value not propagating (#421)
This commit is contained in:
parent
19187ce518
commit
684ac8fe69
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user