I am using the twitter bootstrap framework, so to get the EditorFor and DisplayFor methods to output what I need, I created custom templates for each of the types like string, t
You could change your model so it accepts the null values as "yes"/"no"
public bool? RememberMe { get; set; }