Class CheckBoxComponent
Represents a checkbox form component
[ComponentAttribute(typeof(CheckBoxComponentAttribute))]
public sealed class CheckBoxComponent : FormComponent<CheckBoxClientProperties, bool>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem
- Inheritance
-
objectCheckBoxComponent
- 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