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