APICheckboxGroupComponent
Hierarchy
- APIBaseComponent<ComponentType.CheckboxGroup>
- APICheckboxGroupComponent
Index
Properties
custom_id
Id for the checkbox group; max 100 characters
optionalinheritedid
32 bit integer used as an optional identifier for component
The id field is optional and is used to identify components in the response from an interaction that aren't interactive components. The id must be unique within the message and is generated sequentially if left empty. Generation of ids won't use another id that exists in the message if you have one defined for another component.
optionalmax_values
Maximum number of checkbox that can be selected; min 1, max 10
optionalmin_values
Minimum number of checkbox that can be selected; min 0, max 10
options
Checkbox group option within the component; max 10
optionalrequired
Whether selecting within the group is required before submitting the modal
inheritedtype
The type of the component
https://discord.com/developers/docs/components/reference#checkbox-group
This component is not publicly released and is currently in preview.