© 2026 Hedgehog Software, LLC
Toggle::make('is_published') ->requiresConfirmation(),
open-modal
Toggle::make('is_published') ->live() ->afterStateUpdated(function (Component $livewire) { $livewire->dispatch('open-modal', 'modal-id'); }),
$livewire->mountFormComponentAction()