© 2026 Hedgehog Software, LLC
public function isActive(): bool { return is_null($this->deleted_at); }
Toggle::make('active')->state(function (?User $record): bool { return $record->isActive(); }),
Typed property Filament\Forms\Components\Component::$container must not be accessed before initialization