static JComboBox yesNoComboBox(bool value, final VF1 onChange) { ret onSelectedItem(selectItem(jcombobox("Yes", "No"), value ? "Yes" : "No"), voidfunc(S item) { callF(onChange, eq("Yes", item)) }); }