Try this:
public boolean modified()
{ boolean ret; ret = super(); qbr.enabled(!this.checked()); // or maybe the other way around depending on you want to do it on checked or unchecked qbr1.enabled(!this.checked()); AX2012FavoriteFeatures_ds.research(true); return ret; }