Using Labels
Labels are text that presents information about the user interface, such as in the header
(1), input fields (2), or buttons (3). While you can specify labels by providing text values in
component markup, you can also access labels stored outside your code using the $Label global value provider in expression syntax.

This section discusses how to use the $Label global
value provider in these contexts:
- The label attribute in input components
- The format() expression function for dynamically populating placeholder values in labels