Class CheckboxField
Represents a checkbox field.
Inherited Members
Namespace: Sitecore.LayoutService.Client.Response.Model.Fields
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
public class CheckboxField : EditableField<bool>, IFieldReader, IValueField<bool>, IEditableField, IField
Constructors
CheckboxField()
Initializes a new instance of the CheckboxField class.
Declaration
public CheckboxField()
CheckboxField(Boolean)
Initializes a new instance of the CheckboxField class.
Declaration
public CheckboxField(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value | The initial value. |