@props([
'name',
'label' => '',
'checked' => false,
'class' => ''
])
merge(['class' => "form-checkbox h-5 w-5 text-blue-600 border-brand-light-gray rounded focus:ring-2 focus:ring-blue-500 $class"]) }}
>
@if($label)
@endif
@error($name)
{{ $message }}
@enderror