[Range(typeof(bool),"true","true",

Code Example - [Range(typeof(bool),"true","true",

                
                        [Display(Name = "I am over 18 years old")]
        [Range(typeof(bool), "true", "true", ErrorMessage = "Please confirm you are at least 18 years old")]
        public bool OverEighteen { get; set; }