Display a hyperlink on the label for a checkbox
I have requirement to display a hyperlink embedded into the text for checkbox type variable that is defined on a catalog item. I was able to get the link to show using an onLoad script as follows: function onLoad() { $$('label').each(function(i){ ...