Table of Contents

Class CheckBoxComponent

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Represents a checkbox form component.

public class CheckBoxComponent : FormComponent<CheckBoxProperties, bool>
Inheritance
object
CheckBoxComponent
Inherited Members
Extension Methods

Fields

IDENTIFIER

Represents the CheckBoxComponent identifier.

public const string IDENTIFIER = "Kentico.CheckBox"

Field Value

string

Properties

LabelForPropertyName

Gets name of the Value property.

public override string LabelForPropertyName { get; }

Property Value

string

Value

Represents the input value in the resulting HTML.

public bool Value { get; set; }

Property Value

bool

Methods

GetValue()

Gets the Value.

public override bool GetValue()

Returns

bool

SetValue(bool)

Sets the Value.

public override void SetValue(bool value)

Parameters

value bool