@php $checked = $checked ?? false; $shape = $shape ?? 'radio'; @endphp @if($shape === 'checkbox') @else @if($checked) @endif @endif