CheckboxGroupComponent

Constructors

Link copied to clipboard
constructor(data: SelectComponentData)

Properties

Link copied to clipboard

ID for the checkbox group; 1-100 characters.

Link copied to clipboard
open override val data: SelectComponentData
Link copied to clipboard

Maximum number of items that can be chosen; min 1, max 10. (defaults to the number of options)

Link copied to clipboard

Minimum number of items that must be chosen (defaults to 1); min 0, max 10. If set to 0 required must be false.

Link copied to clipboard

The list of options to show; min 1, max 10

Link copied to clipboard

Whether selecting within the group is required (defaults to true).

Link copied to clipboard
open override val type: ComponentType

The type of component.

Link copied to clipboard

The values of the selected options, or an empty array if no options are selected.