$getFieldWrapperView()] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> withName('dynamic-component'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> getConstructor()): ?> except(collect($constructor->getParameters())->map->getName()->all()); ?> withAttributes(['id' => $getId(),'label' => $getLabel(),'label-sr-only' => $isLabelHidden(),'helper-text' => $getHelperText(),'hint' => $getHint(),'hint-action' => $getHintAction(),'hint-color' => $getHintColor(),'hint-icon' => $getHintIcon(),'required' => $isRequired(),'state-path' => $getStatePath()]); ?> wire:loading.attr="disabled" id="" type="checkbox" ="" dusk="filament.forms." merge($getExtraAttributes()) ->merge($getExtraInputAttributeBag()->getAttributes()) ->class([ 'filament-forms-checkbox-component filament-forms-input rounded text-primary-600 shadow-sm transition duration-75 focus:border-primary-500 focus:ring-2 focus:ring-primary-500 disabled:opacity-70', 'dark:bg-gray-700 dark:checked:bg-primary-500' => config('forms.dark_mode'), 'border-gray-300' => ! $errors->has($getStatePath()), 'dark:border-gray-600' => (! $errors->has($getStatePath())) && config('forms.dark_mode'), 'border-danger-300 ring-danger-500' => $errors->has($getStatePath()), 'dark:border-danger-400 dark:ring-danger-400' => $errors->has($getStatePath()) && config('forms.dark_mode'), ])); ?> /> slot('labelPrefix', null, []); ?> endSlot(); ?> renderComponent(); ?>