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