I have a label with \"for=\"the pointer to the checkbox input\"\" and as long as I know, this for can be added only for label
label
for=\"the pointer to the checkbox input\"
for
What I've done is the following:
upload onButtonClick() { document.getElementById('fileUpload').click(); }