SP.FieldChoice.editFormat Property
Applies to: SharePoint Foundation 2010
Determines whether to display the choice field as option buttons (also known as "radio buttons") or as a drop-down list.
var value = SP.FieldChoice.get_editFormat();
SP.FieldChoice.set_editFormat(value);
Property Value
Type: SP.ChoiceFormatType