checked = $params["checked"] ?? static::CHECKED;
$this->text = $params["text"] ?? static::TEXT;
$this->delay = intval($params["delay"] ?? static::DELAY) * 1000;
}
protected bool $checked;
protected string $text;
protected int $delay;
function printJquery(): void {
?>