@props([
'label' => null,
'description' => null,
'name' => null,
'checked' => false
])
{{-- Checkbox --}}
{{-- Hidden input --}}
{{-- Custom checkbox --}}
{{-- Check icon --}}
{{-- Ripple effect --}}
{{-- Label & Description --}}
@if($label)
{{ $label }}
@endif
@if($description)
{{ $description }}
@endif
{{-- Error message --}}
@error($name)
{{ $message }}
@enderror