WidgetFactory<TModel>.CheckBox() Method
In This Article
Creates a CheckBox control.
Namespace: DevExtreme.AspNet.Mvc.Factories
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public CheckBoxBuilder CheckBox()
#Returns
Type | Description |
---|---|
Check |
An instance of Check |
#Remarks
This method creates a CheckBoxBuilder class instance whose members can be used to specify CheckBox options.
@(Html.DevExtreme().CheckBox() // create a CheckBox
// call methods to specify control options
)
See Also