Problem/Motivation

There's an issue with the default values for questions with response type Multiple Choice (Checkbox) which gets exposed as "checkboxes" form element. This element type requires an array as default value instead of a string (string works for all other elements).

Proposed resolution

Add a condition that covers this case.

Comments

s_leu’s picture

Status: Active » Closed (duplicate)