This component will modify a given combo box records, by prefixing check box to allow multiple selection.This component has other more abilities as well.
As an example you can restricted the user to a maximum number of record selection by passing an integer value to a simple input variable. eg
SyntaxEditor Code Snippet
maximumCountSelected: 4 --By default the value is 0
Better CSS