Combobox cannot be cleared manually

I have a combobox on a form with a box for each month of the year supplied by a value list. At run time, if I check in multiple boxes and then un-check them, I cannot un-check them all. The last checked box refuses to be un-checked.

Make sure your valuelist allows empty selection

got it! Thanks!