position
Description
sets the position of a label relative to the controlType
string
Example
<Field label="Text" position:"left" let:id >
<Text {id} />
</Field>
Details
By default, a label is set above the field with a nested control. To set the label to the left of the control, use the position property with the left value.
Related article: Positioning the label
Related sample: Field