I\'ve got a view model like this:
public class SignUpViewModel { [Required(ErrorMessage = \"Bitte lesen und akzeptieren Sie die AGB.\")] [DisplayName
[Compare("Remember", ErrorMessage = "You must accept the terms and conditions")] public bool Remember { get; set; }