1
0
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:
Jason Ng 2024-07-23 16:20:03 -04:00 committed by GitHub
parent 5d2fe9403b
commit e7e8745334
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@
<input
bitCheckbox
type="checkbox"
[checked]="field.value"
[checked]="field.value === 'true'"
aria-readonly="true"
disabled
/>