align-label was introduced in version 4.86.1 of the JourneyApps Runtime.
Optional
Type: center | left | right
Default: left
Specify the alignment of the component’s label and modifier-text where available.
Example - align-label on a text-input
main.view.xml
<varname="password"type="text:password"/><text-inputlabel="Password"bind="password"align-label="right"modifier-text="Please provide a strong password"/>