New Property: Label

Hey Everyone,
We’ve added the ability to get/set the label of the following input components:

Here’s an example:

$w('#myTimePicker').label = 'Time Picker';
let timePickerLabel = $w('#myTimePicker').label;