Skip to content
HubSpot Developer Changelog

Choice fields now support selecting multiple options

This allows content creators to select multiple options. The display methods for this multi-select field are as a checkbox input or select field. Dragging the choice boxes will re-arrange those options for the content creator.

Screenshot of the design manager view of a choice field set to multiple choice, with the display mode set as checkbox. You can see drag handles which are used to re-order the options seen by the content creator.

Whether multi-choice is allowed is controlled using a new boolean property multiple.

The new display type is checkbox.

The values of the field if multiple is set to true are returned as items in an array. Since this is a new feature on the existing Choice field, multiple is set to false by default.

See developer documentation.

This change is now live to all accounts.