or
For i As Int16 = 0 To 5
Dim citem As New RadCheckBoxElement
citem.Text = "Text"
citem.BackColor = Color.Blue
'set backcolor to blue, but nothing happens
RadComboBox1.Items.Add(citem)
Next