Forum Discussion
_anomDiebolt_
10 years agoQrew Elite
This code will return true if the check box is checked and false otherwise:
$("#_fid_6").is (":checked")
In other words you don't use $("#_fid_6").val () to get the value of a checkbox.
$("#_fid_6").is (":checked")
In other words you don't use $("#_fid_6").val () to get the value of a checkbox.