/MvcCheckBoxList

Extends MVC HtmlHelper class so you can create POSTable checkbox list

Primary LanguageJavaScript

CheckBoxList(For) - a missing MVC extension v.1.4.4.3 (beta)

Extension source code and MVC source project for Visual Studio 2012, .NET framework 4.0 and 4.5.

Introduction

This plugin is just a simple extension of MVC class 'HtmlHelper', which is used for all Html helpers on MVC views. Since there is no supported CheckBoxList extension built into MVC (including MVC4), this plugin adds it.

Install via NuGet:

Install-Package MvcCheckBoxList -Pre

How to use:

Please refer to Documentaton

Join the discussion here:

CheckBoxList(For) - a missing MVC extension