SelectOptGroup

fun SelectOptGroup(label: String, options: List<<Error class: unknown class>>? = null, maxOptions: Int? = null, disabled: Boolean = false, className: String? = null, init: SelectOptGroup.() -> Unit? = null)

Parameters

label

the label of the group

options

an optional list of options (label to value pairs) for the group

maxOptions

maximal number of selected options in the group

disabled

renders a disabled group

className

CSS class names

init

an initializer extension function