is there was a way of making a checkbox editor template or html helper for a Byte MVC model property? Someone else did ask basically the same thing here, Display a byte as a checkbox using a EditorTemplate?, whose solution I may end up using; furthermore, it links to somewhat related MVC3: Creating checkbox for nullable boolean. However, neither of these actually establish a working editor template/helper, so while I would assume that means I'm going to have to settle the matter somewhat unconventionally, I just wanted to double-check.
You can use an EditorTemplate and a custom model binder for the |
|||
|