checkbox.setSelected(defaultValue);
_addPair(name, lbl, checkbox, checkbox);
// Add the listener last so that there is no notification
// of the first value.
checkbox.addItemListener(new QueryItemListener(name));
}
/** Create an uneditable choice menu.
* @param name The name used to identify the entry (when calling get).
* @param label The label to attach to the entry.