cs-icon.svg

Selection Type

The Selection Type property of the Select field lets you define if the field has Single Choice or Multiple Choices.

  • Single Choice: This will let the user select only one option from the given choices on the entry page. In this case, you can render the choices in either Radio or Dropdown options.
  • Multiple Choice: This will let the user select multiple options from the given choices on the entry page. In this case, you can render the choices in either Checkbox or Dropdown options. For this option, you can set the minimum and the maximum number of choices that the user can select.

Selection_Type_highlighted.png

Additional Resources: To add this property to the Select field when creating your content type via an API request, refer to the JSON payload of the Select field.

Making changes in existing field properties may result in data loss. To prevent this, make sure you go through our Content Type Change Management guide before you go ahead.

Was this article helpful?
^