@property {boolean} $untouched True if control has not lost focus yet.
폼콘트롤이 아직 포커스를 잃지 않았을때
@property {boolean} $touched True if control has lost focus.
폼콘트롤이 포커스를 잃었을때 touched는 true가 된다.
@property {boolean} $pristine True if user has not interacted with the control yet.
폼콘틀롤이 아직 사용자와 상호작용하지 않았을때
입력콘트롤에 아직 입력하지 않았을때 pristine은 ture가 된다.
@property {boolean} $dirty True if user has already interacted with the control.
폼콘트롤이 사용자와 상호작용했을때
입력콘트롤에 처음 입력했을때 dirty는 true가 된다.