Using computed property

Actually, what I want to do is completely opposite that using computes.alias. When I am changing a property, I don’t want also change another property that it depends on. This another property will be used to reset check box to original value if it is not saved. This property also on controller. It works very well for me but I am not sure if is a ember way.