Txtdetails.Text = (String.Join(" - ", From cb In GroupPanel2.Controls.OfType(Of CheckBox)() Where cb.Checked Order By cb.Text Select cb.Text))