Table of Contents

Class Checkbox

Namespace
NetCord
Assembly
NetCord.dll
public class Checkbox : IInteractiveComponent, ILabelComponent, IComponent, IJsonModel<JsonCheckboxComponent>
Inheritance
Checkbox
Implements
Inherited Members

Constructors

Checkbox(JsonCheckboxComponent)

public Checkbox(JsonCheckboxComponent jsonModel)

Parameters

jsonModel JsonCheckboxComponent

Properties

Checked

public bool Checked { get; }

Property Value

bool

CustomId

Developer-defined identifier for the component (max 100 characters).

public string CustomId { get; }

Property Value

string

Id

Unique identifier for the component.

public int Id { get; }

Property Value

int