CheckboxGroupItem

constructor(key: T, label: String, checked: Boolean = false, enabled: Boolean = true, caption: String? = null, helperTextErrorLabel: String? = null)(source)

Parameters

T

The type of the key used to uniquely identify each checkbox item.