Does anyone know how you get the value of a checkbox with javascript? I have a checkbox with one value called override and the field value is stored in the variable varGROR
I tried these and others but none work:
NWF$('#' + varGROR).val();
NWF$('#' + varGROR + ' option:selected');
Can anyone help?