What is wrong with this code?
var myRutabaga = $("rutabaga");
if(myRutabaga.checked){
document.$("likerutabagas") = "LIKE";
}else{
document.$("likerutabagas") = "DO NOT LIKE";
}
It will not execute. I need to find the nodevalue too. How can I fix it?