Would be a (minor) quality of life feature if you could bind a label to an input if you simply drag and drop it from the tool box on the left straight on the Input widget.
For example here, this widget is bound to a "Max records" local variable, to control how many records an aggregate returns. If I drag the label on to it, it could do several things:

- Add the label on top of the Input
- Set the Input Widget automatically on the Label properties, and give it a name like "InputName_Label"
- Set the text for the label on a 'best guess' case, depending on what the input is bound to (for example here, Max records)
This could work for all other input type widgets: text area, switches, checkboxes, dropdowns, etc.