How to disable well with multiple fields in it
I have scenario where,
we have single multifield and each multifield item have checkbox.
based on checking the checkbox i want to disable other fields in each multifield item.
Sample:
multi item1 --> text,desc,image,datepicker and checkbox (when i check checkbox i want to disable other fields)
multiitem2 --> text,desc,image,datepicker and checkbox (when i check checkbox i want to disable other fields)
multi item3 --> text,desc,image,datepicker and checkbox (when i check checkbox i want to disable other fields)
multi item4 --> text,desc,image,datepicker and checkbox (when i check checkbox i want to disable other fields)
multi item5 --> text,desc,image,datepicker and checkbox (when i check checkbox i want to disable other fields)
:
:
and soon
can anyone help in having js logic for this or any solution for this