In the current configuration when you wish to hide/disable a series of controls you put them under one disable/reference code. However, when you try to use the same code multiple times, only the first instance of the series disable code works. This is because of how disable codes are configured in the HTML when displaying the eform, the disable code is used to populate the ID of the div, but in HTML the IDs are unique, so only one div can have the disable code.
This is troublesome because when working with a large and complicated eform that has multiple nested hidden sections within each other, each checkbox/radio button can only hide at most 5 series'. This leads to limitations that can be avoided if there were a change in how disablement codes are configured in the back end.