vertical

arranges radiobutton vertically (false by default)

boolean vertical;

Example

{ view:"radio", 
  options:[
    { value:"Master", id:1 },
    { value:"Branch", id:2 }
    ],  
  vertical:true
}

Related samples

See also
  • Articles
  • Back to top