Html.CheckBox:-

CheckBox helper is unique because it renders two input elements. Sample example is mention below

View:

            
<h3>Example for Checkbox</h3>
@Html.CheckBox("IsColorSelected") Select Color

            
            

Output: