Table of Contents

Class TableInputFieldCheckbox

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Checkbox input field allowing binary user interaction.

public class TableInputFieldCheckbox : TableInputFieldBase, IDomItemWithConditionalFormatter
Inheritance
TableInputFieldCheckbox
Implements
Inherited Members

Constructors

TableInputFieldCheckbox(CollectionTableFieldBases)

Creates and appends a checkbox input field.

public TableInputFieldCheckbox(CollectionTableFieldBases itemCollection)

Parameters

itemCollection CollectionTableFieldBases

TableInputFieldCheckbox(CollectionTableFieldBases, int)

Creates and inserts a checkbox input field at the specified index.

public TableInputFieldCheckbox(CollectionTableFieldBases itemCollection, int index)

Parameters

itemCollection CollectionTableFieldBases
index int

Properties

CheckboxType

Gets or sets the checkbox type/style.

public string CheckboxType { get; set; }

Property Value

string

DefaultValueBool

Gets or sets the default boolean value.

public string DefaultValueBool { get; set; }

Property Value

string

FieldName

Gets or sets the field name.

public string FieldName { get; set; }

Property Value

string