APICheckboxGroupOption
https://docs.discord.com/developers/components/reference#checkbox-group-option-structure
Signature
export interface APICheckboxGroupOptionProperties
4Methods
0No methods.
Properties
value: string;Dev-defined value of the option; max 100 characters
label: string;User-facing name of the option; max 100 characters
description?: string;Additional description of the option; max 100 characters
default?: boolean;Shows the option as selected by default