CheckboxOptions
- interface CheckboxOptions
Options for a single checkbox component.
exported from
lib.weeble.d
Properties
Property |
Type |
Description |
|---|---|---|
|
|
Indicates whether the checkbox is pre-checked. |
|
|
Custom ID for a standalone checkbox, or value for a checkbox group option. |
|
|
Indicates whether the checkbox is pre-checked. |
|
|
Description shown below the label. |
|
|
Optional emoji shown next to the label. |
|
|
Label displayed next to the checkbox. Required for checkbox group options; standalone checkboxes can fall back to customId. |
|
|
Indicates whether this checkbox must be checked. |
|
|
Value for a checkbox group option. |