checkbox fit content

This commit is contained in:
Kenta420 2023-10-18 14:05:42 +07:00
parent bb29e7de5a
commit 728b92228b

View file

@ -89,19 +89,19 @@
</div>
<div class="flex flex-col gap-2">
<div class="form-control">
<label class="flex justify-start gap-2 cursor-pointer label">
<label class="flex justify-start gap-2 cursor-pointer label w-fit">
<span class="label-text">Is Use?</span>
<input type="checkbox" class="toggle" formControlName="isUse" />
</label>
</div>
<div class="form-control">
<label class="flex justify-start gap-2 cursor-pointer label">
<label class="flex justify-start gap-2 cursor-pointer label w-fit">
<span class="label-text">Is Show?</span>
<input type="checkbox" class="toggle" formControlName="isShow" />
</label>
</div>
<div class="form-control">
<label class="flex justify-start gap-2 cursor-pointer label">
<label class="flex justify-start gap-2 cursor-pointer label w-fit">
<span class="label-text">Is Disable?</span>
<input type="checkbox" class="toggle" formControlName="disable" />
</label>