I have this model:
public class SearchModel { [DefaultValue(true)] public bool IsMale { get; set; } [DefaultValue(true)] public bool IsFemale
use : value="Pass@123" for default value in input in .net core