android-components / mozilla.components.concept.engine.prompt / Choice / <init>

<init>

Choice(id: String, enable: Boolean = true, label: String, selected: Boolean = false, isASeparator: Boolean = false, children: Array<Choice>? = null)

Value type that represents a select option, optgroup or menuitem html element.