Table of Contents

Class CheckBoxComponent

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Represents a checkbox form component

[ComponentAttribute(typeof(CheckBoxComponentAttribute))]
public sealed class CheckBoxComponent : FormComponent<CheckBoxClientProperties, bool>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem
Inheritance
object
CheckBoxComponent
Implements
Inherited Members
Extension Methods

Constructors

CheckBoxComponent()

Creates a new instance of CheckBoxComponent

public CheckBoxComponent()

Fields

IDENTIFIER

Represents the CheckBoxComponent identifier.

public const string IDENTIFIER = "Kentico.Administration.Checkbox"

Field Value

string

Properties

ClientComponentName

Name of the front-end type implementing the UI form component.

public override string ClientComponentName { get; }

Property Value

string