Table of Contents

Class CheckboxComponent

Namespace: Casewhere.Models.FormBuilder.Components
Assembly: Casewhere.Models.dll

public class CheckboxComponent : FormDataComponent, INgModelOptions

Inheritance

objectFormComponentFormDataComponentCheckboxComponent

Implements

INgModelOptions

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<CheckboxComponent>(CheckboxComponent)

Constructors

CheckboxComponent()

public CheckboxComponent()

Properties

Checked

only applied in case of adding new object or data binding is not configured

public bool Checked { get; set; }

Property Value

bool

Text

Gets or sets the text of the checkbox.

public string Text { get; set; }

Property Value

string