copyOnClick = $copyOnClick; } protected string $value; public function shouldCopyOnClick(): bool { return $this->evaluate($this->copyOnClick); } public function render(): View { return value($this->value); } }