mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-13 10:24:20 +01:00
[PM-9629 ] updated checkbox in custom fields (#10234)
This commit is contained in:
parent
5d2fe9403b
commit
e7e8745334
@ -46,7 +46,7 @@
|
|||||||
<input
|
<input
|
||||||
bitCheckbox
|
bitCheckbox
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
[checked]="field.value"
|
[checked]="field.value === 'true'"
|
||||||
aria-readonly="true"
|
aria-readonly="true"
|
||||||
disabled
|
disabled
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user