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
|
<input
|
||||||
bitCheckbox
|
bitCheckbox
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
[checked]="field.value"
|
[checked]="field.value === 'true'"
|
||||||
aria-readonly="true"
|
aria-readonly="true"
|
||||||
disabled
|
disabled
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user