I want to get the checkbox values assigned instantly to an item as ":" separated.
When i select checkbox it should assign the value into an item instantly without submitting the page.
Below Example taken from Google, but i want as the same shown in image

If you define the checkboxes like this in the report SQL:
Then a dynamic action on change of jQuery selector 'sel-cbx' can execute this Javascript to maintain the list in the item:
(I'm sure there's a neater way to write the Javascript, but it works.)