@props(['label'])
merge([
'class' => 'h-4 w-4 text-blue-600 border-gray-300 focus:ring-blue-500',
]) }}
id="{{ $attributes->get('id') ?? $attributes->wire('model')->value() ?? '' }}"
/>
@if($label)
@endif
@error($attributes->wire('model')->value())
{{ $message }}
@enderror