@Override
 public void onCheckedChanged(CompoundButton button, boolean isChecked) {
   if (isChecked) dataValue.setValue(BaseValue.EMPTY_VALUE);
 }