I am working on creating a pdf from html template file where i defined placeholders. i am able to replace the place holders with some text like
content.Replace(["Product_ID"],TextBox1.text);
is there any way i can also replace a placeholder with a checkbox(with either checked or unchecked depending on a condition) ?