static JCheckBox jVarCheckBox(S text, IVarWithNotify lv) { JCheckBox cb = jCheckBox(text); bindCheckBoxToLiveValue(cb, lv); ret cb; }