fix checkbox hide label

This commit is contained in:
ayntk-ai
2024-09-03 14:59:01 +02:00
parent 20558d438a
commit 3d21f1a2a4
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
])
<div class="flex flex-row items-center gap-4 px-2 py-1 form-control min-w-fit dark:hover:bg-coolgray-100">
@if($hideLabel)
@if(!$hideLabel)
<label class="flex gap-4 px-0 min-w-fit label">
<span class="flex gap-2">
@if ($label)