MvcCheckBoxList 1.4.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package MvcCheckBoxList --version 1.4.3
                    
NuGet\Install-Package MvcCheckBoxList -Version 1.4.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MvcCheckBoxList" Version="1.4.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MvcCheckBoxList" Version="1.4.3" />
                    
Directory.Packages.props
<PackageReference Include="MvcCheckBoxList" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MvcCheckBoxList --version 1.4.3
                    
#r "nuget: MvcCheckBoxList, 1.4.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MvcCheckBoxList@1.4.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MvcCheckBoxList&version=1.4.3
                    
Install as a Cake Addin
#tool nuget:?package=MvcCheckBoxList&version=1.4.3
                    
Install as a Cake Tool

An extension for MVC HtmlHelper class to create POSTable checkbox list on a view, based on the data passed from the view model, or defined locally.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on MvcCheckBoxList:

Repository Stars
jakubgarfield/Bonobo-Git-Server
Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. Go to homepage for release and more info.
jwaliszko/ExpressiveAnnotations
Annotation-based conditional validation library.
Version Downloads Last Updated
1.4.5 1,136,460 11/24/2015
1.4.4.5 602,231 2/4/2014
1.4.4.4 94,629 5/6/2013
1.4.3 38,389 6/1/2012
1.4.2.3 49,827 3/9/2012

Added support for right-to-left languages, removed model-independent functionality.