I needed to display a list of check boxes with descriptors that also act as links and give information when clicked. I couldn’t find reliable information by searching online and put together what worked for me as follows: Firstly an input tag cannot have any html before it’s closing /> tag. var a_href = ‘<a […]
Continue reading