@props(['name' => null, 'value' => 1, 'checked' => false, 'label' => null, 'id' => null]) @php $id = $id ?? $name; $checked = old($name) !== null ? (bool)old($name) : $checked; @if($id) @endphp