Dropdown CheckList values separator
description
The Dropdown CheckList saves the selected values as CSV - which of course poses a problem when using the control if any of the values contain a comma, because you'd split the value on the comma character and get two unexpected values instead of the combined value you'd entered.
It would be great if the values were stored in separate XML nodes, e.g. values/value like the Multiple Textstring datatype does.