Table of Contents

Class DiscordCheckboxGroupComponentOption

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Represents an option within a checkbox group component.

public sealed class DiscordCheckboxGroupComponentOption : ObservableApiObject
Inheritance
DiscordCheckboxGroupComponentOption
Inherited Members

Constructors

DiscordCheckboxGroupComponentOption(string, string, string?, bool)

Creates a new checkbox group option.

Properties

Default

Whether this option is pre-selected.

Description

Optional helper text.

Label

The display label.

Value

The underlying value returned on submit.