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