@props([ 'label' => null, ]) @php $id = $attributes->get('id') ?? 'checkbox-'.uniqid(); $checked = $attributes->has('checked') && $attributes->get('checked') !== false; @endphp