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