option

fun option(    realValue: T,     formValue: String,     display: FlowContent.() -> Unit)
fun option(    realValue: T,     formValue: String,     display: String)

Adds an option


fun option(realValue: T, formValue: String)

Adds an option

In this case the formValue will also be used as the display


fun option(realValue: T, display: FlowContent.() -> Unit)

Adds an option

In this case the realValue will be used as formValue