@props([ 'name', 'required' => false, 'class' => '', ]) @php $hasError = $errors->has($name); $checkboxClasses = cn( 'size-4 shrink-0 rounded-[4px] border border-input shadow-xs transition-colors appearance-none cursor-pointer accent-primary', 'checked:bg-primary checked:border-primary checked:text-primary-foreground', 'focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]', $hasError ? 'border-destructive ring-destructive/20' : '', $class ); @endphp
{{ $message }}
@enderror