Currently in your form, the checkbox shows or hides the Type dropdown
field of the 1st instance of the table only. I see at least 3 options
depending on what you are trying to achieve, which is still not clear to
me:- the single check box shows or hides all instances of the type
dropdown field, i.e. for each instance of the table --> use
resolveNodes;- each CARD (i.e. table) includes its own checkbox to
show/hide the type field in that table -->
this.parent.parent.parent.Row1.type.presence... (a...