SimpleSelectInput(options: List<StringPair>? = null, value: String? = null, emptyOption: Boolean = false, classes: Set<String> = setOf())
options
- an optional list of options (value to label pairs) for the select control
emptyOption
- determines if an empty option is automatically generated
classes
- a set of CSS class names
Constructor