Docs
API
  • labelAlign

    String

    Align of label.
    Values: right, left, top.

    Example

    
    ...
    items: [{
      label: 'Married',
      type: 'checkbox',
      name: 'married',
      value: true,
      labelAlign: 'right'
    },{
    ...
    

    Default

    
    'left'