Question
Making checkbox not as a readonly
Hi
I am having three checkboxes (Checkbox1, Checkbox2 & Checkbox3). By default the Checkbox3 should be readonly. If Checkbox1&2 got checked the checkbox3 should not be a readonly checkbox. If anyone of the (checkbox1&2) not checked, the checkbox3 should stay as readonly box. Can anyone help with this using javascript.
