SP.FieldMultiChoice object

Specifies a field that contains one or more values from a set of specified values.

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

var object = new SP.FieldMultiChoice()

Members

The FieldMultiChoice object has the following members.

Constructor

The FieldMultiChoice object has the following constructor.

Constructor

Description

FieldMultiChoice

Initializes a new instance of the SP.FieldMultiChoice object.

Properties

The FieldMultiChoice object has the following properties.

Property

Description

choices

Gets or sets a value that specifies values that are available for selection in the field.

fillInChoice

Gets or sets a value that specifies whether the field can accept values other than those specified by the Choices property.

mappings

Gets a value that specifies the internal values corresponding to Choices.

See also

Other resources

FieldMultiChoice resource