migrating activate autofill component (#8782)

This commit is contained in:
vinith-kovan 2024-04-23 19:20:15 +05:30 committed by GitHub
parent 73d0782b6c
commit 7d58b21856
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 12 deletions

View File

@ -5,15 +5,7 @@
}}</a> }}</a>
</app-callout> </app-callout>
<div class="form-group"> <bit-form-control>
<div class="form-check"> <input type="checkbox" bitCheckbox [formControl]="enabled" />
<input <bit-label>{{ "turnOn" | i18n }}</bit-label>
class="form-check-input" </bit-form-control>
type="checkbox"
id="enabled"
[formControl]="enabled"
name="Enabled"
/>
<label class="form-check-label" for="enabled">{{ "turnOn" | i18n }}</label>
</div>
</div>