Untitled

 avatar
unknown
plain_text
a year ago
292 B
5
Indexable
var checkboxesDiv = document.getElementById("ProductsCheckList");

checkboxesDiv.innerHTML += '<input type="checkbox" id="' + productOrServiceOption.id + '" value="' + productOrServiceOption.id + '"><label for="' + productOrServiceOption.id + '">' + productOrServiceOption.name + '</label>';
Editor is loading...
Leave a Comment