© 2026 Hedgehog Software, LLC
public function notificationPreference(): HasOne { return $this->hasOne(UserNotificationPreference::class); }
Forms\Components\Toggle::make('notificationPreference.is_enabled')
Group::make([ Toggle::make('is_enabled') ])->relationship('notificationPreference')