How to add ->requiresConfirmation() before change the toggle button status as like delete button.
Tables\Columns\ToggleColumn::make('is_active')
->label('Status'),
1 Reply
At present it's not possible. You would need a custom action, or do a PR to the ToggleColumn.