This documentation is archived and is not being maintained.

SP.FieldChoice object

SharePoint 2013

Represents a choice field control.

Last modified: March 09, 2015

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.FieldChoice()

The FieldChoice object has the following members.

Constructor

The FieldChoice object has the following constructor.

Constructor

Description

FieldChoice

Initializes a new instance of the SP.FieldChoice object with the specified client runtime context and the object path of the client.

Properties

The FieldChoice object has the following properties.

Property

Description

editFormat

Determines whether to display the choice field as option buttons (also known as "radio buttons") or as a drop-down list.

Show: