Kit > healthstack.kit.task.survey.question.component > ChoiceQuestionComponent

ChoiceQuestionComponent

[androidJvm]
class ChoiceQuestionComponent<T : ChoiceQuestionModel<*>> : QuestionComponent<T>

Constructors

ChoiceQuestionComponent

[androidJvm]
fun ChoiceQuestionComponent()

Functions

Name Summary
DropDownGroup

[androidJvm]
@Composable
fun DropDownGroup(question: ChoiceQuestionModel<*>)

Render

[androidJvm]
@Composable
open override fun Render(model: T, callbackCollection: CallbackCollection)
A method rendering UI.

SliderGroup

[androidJvm]
@Composable
fun SliderGroup(question: ChoiceQuestionModel<*>)