I have a validator that check an input.
i what that the validator displayed "valid" if the value is valid,
and "invalid" if the value is hasnt passed the validation.
can i manage this without adding an addional lable for the valid state(by setting the visibility: true/false)?
does the validator control has am alternative value, or i have to override it?