RadControls for ASP.NET AJAX You can easily add an image and/or a checkbox to the RadListBox item.
Adding checkboxes to items
Set the CheckBoxes property of RadListBox to True. This will add a checkbox on the left of every list item.
Adding images to items
Set the ImageUrl property of the list items to the path to the image. Leave the property blank to have the item with no image.
See Also