﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8104	Radio buttons cannot be given a vertical layout	Teresa Monahan		"When we add radio buttons to a dialog, they are always displayed horizontally. There does not seem to be any option to arrange them vertcally instead.

For example, add the following UI element to a dialog:

{{{
{
	type : 'radio',
	id : 'type',
	required : true,
	'default' : 'one',
	items :
	[
		[ 'Radio1', 'one' ],
		[ 'Radio2', 'two' ]
	]
}
}}}

The resulting radio buttons are rendered horizontally in a table row. We would like the option of displaying them vertically instead as this would be more consistent with the rest of our UI designs.
"	Bug	closed	Normal		General	3.6.1	duplicate	IBM	Damian Satya Minnekanti
