$(this).removeAttr("checked");
} else {
$(this).attr("checked","checked");
// radioCheckBox($(this));
radioCheckBox($(this));
}
});
-