Class CheckboxField
Version: 21.x
Represents a checkbox field.
Inheritance
System.Object
Field<System.Boolean>
EditableField<System.Boolean>
CheckboxField
Implements
IValueField<System.Boolean>
Inherited Members
FieldReader.TryRead(Type, IField)
Namespace: Sitecore.LayoutService.Client.Response.Model.Fields
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
Constructors
CheckboxField()
Initializes a new instance of the CheckboxField class.
Declaration
CheckboxField(Boolean)
Initializes a new instance of the CheckboxField class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | value | The initial value. |
Implements
If you have suggestions for improving this article, let us know!