InlineCheckboxGroup

Constructors

Link copied to clipboard
constructor(builder: CheckboxGroup.Builder)

Properties

Link copied to clipboard
Link copied to clipboard

The custom ID, it can be used to pass data, then be read from an interaction

Link copied to clipboard

The maximum amount of values a user can select, must not exceed CheckboxGroup.OPTIONS_MAX_AMOUNT

Link copied to clipboard

The minimum amount of values a user must select, default to 1

Link copied to clipboard
Link copied to clipboard

Whether the user must select at least the minimum amount of options.

Link copied to clipboard
open override var uniqueId: Int

Unique identifier of this component, see Component.withUniqueId

Link copied to clipboard

The minimum and maximum amount of values a user can select, must not exceed CheckboxGroup.OPTIONS_MAX_AMOUNT

Functions

Link copied to clipboard
Link copied to clipboard
fun option(label: String, value: String, description: String? = null, default: Boolean = false)

Adds an option to this checkbox group.