var selectedoptions = $("#spanid").igCombo("option","multiSelection")
Variable selectedoptions has an igCombo data structure but I need this variable to have string values of the checkbox users select. I am not able to get the correct values. any help?
Ignite UI is the library in case if anyone is wondering.