2022-07-27 13:20:54 +02:00
|
|
|
<div class="d-flex align-items-center">
|
2022-12-29 07:38:57 -06:00
|
|
|
<span>{{ textLeft }}</span>
|
|
|
|
|
<label class="switch" style="margin-bottom: 0;">
|
2022-08-16 18:47:45 +02:00
|
|
|
<input type="checkbox" [checked]="checked" (change)="onToggleStatusChanged($event)">
|
2022-12-29 07:38:57 -06:00
|
|
|
<span class="slider round" [class.animate]="animate"></span>
|
2022-07-27 10:48:27 +02:00
|
|
|
</label>
|
2022-12-29 07:38:57 -06:00
|
|
|
<span>{{ textRight }}</span>
|
2022-07-27 10:48:27 +02:00
|
|
|
</div>
|