Class CheckboxModalSubmission
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
Provides information about a checkbox submitted through a modal.
public class CheckboxModalSubmission : IModalSubmission
- Inheritance
-
CheckboxModalSubmission
- Implements
Properties
- ComponentType
The type of component this submission represents.
- CustomId
The custom ID of this component.
- Value
Indicates whether the checkbox was checked by the user.