Skip to main content

CheckBoxExtension Constructors

Represents an extension object implementing the CheckBox functionality.
Name Parameters Description
CheckBoxExtension(CheckBoxSettings, ViewContext, ModelMetadata) settings, viewContext, metadata Initializes a new instance of the CheckBoxExtension class with the specified settings, the context information about the view, and the model metadata.
CheckBoxExtension(CheckBoxSettings, ViewContext) settings, viewContext Initializes a new instance of the CheckBoxExtension class with the specified settings and provides the context information about the view.
CheckBoxExtension(CheckBoxSettings) settings Initializes a new instance of the CheckBoxExtension class with the specified settings.
See Also