Use html in checkbox.label?

Hi,

is there a way, if I want to set a label for a checkBox dynamically, to use html tags? Like:

 
myCheckBox.label= sNode1+"<tab><tab>"+sNode2;

would show the two strings with in between them two tabs?

By the way, my checkboxes are dynamically created as well.

Thanks!

Jerryj.