@props(['name' => 'is_active', 'label' => null, 'checked' => true]) @php $checked = old($name, $checked); $checked = filter_var($checked, FILTER_VALIDATE_BOOLEAN); $id = $attributes->get('id') ?? $name; @endphp
@if ($label) @endif