CheckBoxFor(t => t.boolValue, new { disabled=\"disabled\" }) method to render a checkbox, in disabled mode.
The method renders a hidden field as well.
My que
Here is a quick tip I discovered : If you set a default value for the boolean value on the object. It's possible to write out the tag with the value as true/false (this value should be the opposite of the default boolean value on the object)
The value is only sent if the checkbox is checked, so it works.