Skip to main content

CheckboxGroupOption

Documentation


Documentation / @discordeno/types / CheckboxGroupOption

Interface: CheckboxGroupOption

Defined in: discordeno/components.ts:518

https://docs.discord.com/developers/components/reference#checkbox-group-option-structure

Properties

default?

optional default?: boolean

Defined in: discordeno/components.ts:526

Will render this option as already-selected by default.


description?

optional description?: string

Defined in: discordeno/components.ts:524

An optional description for the option. Maximum 100 characters.


label

label: string

Defined in: discordeno/components.ts:522

The user-facing label of the option. Maximum 100 characters.


value

value: string

Defined in: discordeno/components.ts:520

The dev-defined value of the option. Maximum 100 characters.