dhtmlxCombo Checkbox select

Hi,

I have a checkbox dhtmlxCombo,

The user can select multiple checkboxes.

On selecting the checkbox, i want the Label associated with it to be displayed in the TextField

In the Attachment below

When the user selects the checkbox corresponding to ALAMEDA.

the value ALAMEDA should be put in the textfield above it.

Let me know if it is possible.

thanks,
Anup

Hi
You need to use onCheck event of combo
dhtmlx.com/docs/products/dhtmlxC … check.html
Anf fill the combo value by method setComboValue (where value will ba checked value)