Change the caption when a checkbox is checked
if(eform.get(Checkbox).getData() == true){
eform.get(Label).setData(value);
}
Commenting is not enabled on this course.
if(eform.get(Checkbox).getData() == true){
eform.get(Label).setData(value);
}
Commenting is not enabled on this course.