Select Option
open class SelectOption(value: String? = null, label: String? = null, subtext: String? = null, icon: String? = null, divider: Boolean = false, disabled: Boolean = false, selected: Boolean = false, className: String? = null, init: SelectOption.() -> Unit? = null)
The helper component for adding options to Select or SelectOptGroup.
Parameters
value
the value of the option
label
the label of the option
subtext
the small subtext after the label of the option
icon
the icon before the label of the option
divider
renders this option as a divider
disabled
renders a disabled option
class Name
CSS class names
init
an initializer extension function