ChoiceConfig

case class ChoiceConfig(name: String, label: String, selected: Boolean)

Configuration for a single choice within a selection.

Value parameters:
label

the label to be used on tabs or on download pages describing this choice

name

the name of the selection as used in text markup, e.g. @:choice(name).

selected

indicates whether this choice is one of the selected choices in the current render operation

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product