Docs
API
  • type

    String

    Type of field.

    Example

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

    Default

    
    'string'