Hello,
I have an array of "n" waveforms I got from a cDAQ device, each with their own channel names.
I am trying to create multiple checkboxes with n elements with each bolean text containing each channel names. The "n" elements of the checkbox should resize when sometimes there are 3, 4 or 5 waveforms.
Should I use a cluster? How do I change the bolean text and checkboxes elements programmatically?