/**
  * Returns the list of items in the CheckBoxList
  *
  * @return The list of items in the CheckBoxList
  */
 public LinkedHashMap<T, Boolean> getItems() {
   return model.getItems();
 }