The question is of course: "Does it really need to be a
boolean LED that has a True/False and all the boolean logic???
😮If you just want an LED lookalike where the color can be easily controlled programmatically I would recommend a color box indicator instead. You can even customized it to look like an LED! The attached example (LabVIEW 7.1) shows both methods, but the color box option is programmatically much less messy (no bundling, no array building, no property nodes!).
(To make the LED color box indicator, I customized a plain color box and simply imported the graphic elements from the regular LED indicator.)
🙂