> For the complete documentation index, see [llms.txt](https://docs.iceteagroup.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.iceteagroup.com/general/framework/extensions/html-rendering.md).

# HTML Rendering

Starting from PPJ 2012 we have added a new property *AllowHtml* to enable simple HTML rendering for: *SalBackgroundText*, *SalRadioButton* and *SalCheckBox* controls.

When AllowHtml is set to true, the PPJ Framework draws the text in the control as if it was simple HTML. It supports these tags: \<b>, \<i>, \<u> and \<br/>.

<div align="left"><figure><img src="/files/8b7gzQgNT4RZbd5qW6ev" alt=""><figcaption></figcaption></figure></div>

Using this property makes it very easy to add simple formatting to labels without having to resort to custom drawing or to overlayed controls.
