I would like to create a custom form component for use in widgets in Kentico MVC 12.
I have followed the documentation as seen here and have been able to make a custom dropdown component with dynamic data. However, this technique only allows the user to select a single option. Is there a way to allow the user to select multiple options as seen in the mock-up below?
Specifically, how would the UI get bound to the backing property, in this case, a List<int> property.
List<int>
Is this possible?
Please, sign in to be able to submit a new answer.