Hi Dieter,
Thanks for using Syncfusion products.
Yes, you can use the check box in ListBox template using our existing property showCheckbox. Refer to the following code example:
[cshtml]
<ej-list-box id="selectExperts" datasource="ViewBag.datasource" height="200px" show-checkbox="true" template="<div id='template'><div class='ename'> ${text} </div><div class='desig'> ${desig} </div><div class='cont'> ${country} </div></div>"></ej-list-box>
|
Refer to the following sample:
Please let us know if you need any further assistance.
Regards,
Selvamani S.