[AC-2406] migrate activate autofill component (#8883)

* migrating activate autofill component

* migrating activate autofill component

* migrating activate autofill component
This commit is contained in:
vinith-kovan 2024-05-22 00:21:06 +05:30 committed by GitHub
parent 4ac67f2787
commit 239c0641a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
</app-callout>
<bit-form-control>
<input type="checkbox" bitCheckbox [formControl]="enabled" />
<input type="checkbox" id="enabled" bitCheckbox [formControl]="enabled" />
<bit-label>{{ "turnOn" | i18n }}</bit-label>
</bit-form-control>