I couldn't find anything useful on the net to this question:
Is it generally a good idea to disable labels on GUIs (forms etc.) or is it considered a blooper?
I'm not talking about HTML specifically, just any desktop GUI toolkit.
The question is, a label is usually put in front of another GUI element, like a textfield, dropdown box, radio button/s etc. When these input components are being disabled dynamically, that is upon the state of other GUI elements, is it a good idea to also disable its label, even though it provides no means for input itself?