@props([ 'name' => null, 'label' => null, 'checked' => false, 'description' => null, ])
@if($label)

{{ $label }}

@endif @if($description)

{{ $description }}

@endif