LabelPosition Inherits: Enum Position of label in a Checkbox, Radio or Switch Properties LEFT – The label is positioned to the left of the control. RIGHT – The label is positioned to the right of the control. Properties# LEFT = 'left' # The label is positioned to the left of the control. RIGHT = 'right' # The label is positioned to the right of the control.