ChoiceItem

data class ChoiceItem(val name: String, val value: String)

Represents a choice item in the single and multi choice setting

Constructors

Link copied to clipboard
constructor(name: String, value: String)

Properties

Link copied to clipboard

Display name

Link copied to clipboard

Option value