I would like to add dynamic pair of fields into a Joomla module for configuration as follows:
field1(checkbox)-field2(menuitem)
field3(checkbox)-field4(menuitem)
.
.
.
As many as rows my DB table has.
Is there any way to accomplish this?
Thank you!