i'm looking for an object like [grid] that gives a graphical representation of a (binary) matrix with selectable boxes, like toggles instead of the (x, y) coordinate point in [grid]. ideally, the object can both send and receive a position.
this can be done with a group of toggles, but i'd prefer not to route 512 toggles by hand, and i would like the flexibility to regenerate a different-sized grid with some creation arguments or inlets.
does such an element exist? would i need to write my own?