Table of Contents

Struct CheckboxGroupOption

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents an option for a CheckboxGroup component.

public struct CheckboxGroupOption
Inherited Members

Properties

DefaultState

Gets a value indicating whether the option is selected by default.

public readonly bool? DefaultState { get; }

Property Value

bool?

Description

Gets the description of the option.

public readonly string Description { get; }

Property Value

string

Remarks

null if no description is set.

Label

Gets the label of the option.

public readonly string Label { get; }

Property Value

string

Value

Gets the value of the option.

public readonly string Value { get; }

Property Value

string