$nodeid.find('> a._jsonform-array-addmore')
          .toggleClass('disabled', boundaries.maxItems >= 0 && node.children.length >= boundaries.maxItems);