CheckboxGroupOptions

interface CheckboxGroupOptions

Options for a checkbox group component.

exported from lib.weeble.d

Properties

Property

Type

Description

customId

string

Custom ID for the checkbox group.

description?

string

Description displayed below the label.

label?

string

Label displayed above the checkbox group in a modal.

maxValues?

number

Maximum number of options that can be selected.

minValues?

number

Minimum number of options that must be selected.

options

CheckboxOptions[]

Individual checkboxes in the group.

required?

boolean

Indicates whether selecting within the group is required.