@props([ 'id' => 'toggle-' . uniqid(), 'required' => true, 'label' => "", 'checked' => false, ]) @if ($slot->isEmpty())
@else {{ $slot }} @endif @if($attributes->whereStartsWith('wire:model')->first())
@error($attributes->whereStartsWith('wire:model')->first()) {{ $message }} @enderror
@endif