Option Select Option
data class OptionSelectOption(val item: Questionnaire.QuestionnaireItemAnswerOptionComponent, val selected: Boolean, val context: Context)
Represents selectable options in the multi-select page.
Constructors
Link copied to clipboard
constructor(item: Questionnaire.QuestionnaireItemAnswerOptionComponent, selected: Boolean, context: Context)