mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
[PM-9629 ] updated checkbox in custom fields (#10234)
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
<input
|
||||
bitCheckbox
|
||||
type="checkbox"
|
||||
[checked]="field.value"
|
||||
[checked]="field.value === 'true'"
|
||||
aria-readonly="true"
|
||||
disabled
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user