Table of Contents

Class CheckboxField

Namespace
Sitecore.AspNetCore.SDK.LayoutService.Client.Response.Model.Fields
Assembly
Sitecore.AspNetCore.SDK.LayoutService.Client.dll

Represents a checkbox field.

public class CheckboxField : EditableField<bool>, IFieldReader, IValueField<bool>, IEditableField, IField
Inheritance
CheckboxField
Implements
Inherited Members

Constructors

CheckboxField()

Initializes a new instance of the CheckboxField class.

public CheckboxField()

CheckboxField(bool)

Initializes a new instance of the CheckboxField class.

public CheckboxField(bool value)

Parameters

value bool

The initial value.