Why does @Html.DisplayFor() with a boolean value display either a disabled checkbox or disabled select (depending on nullable or not) insead of true/false/nothing?
With a string, for instance, I don't get a disabled textbox.. I get the value. Why the difference?