Checkbox
data class Checkbox(val heading: String, val name: String, val parameterType: StudyParameterType, val defaultValue: Boolean, val value: Boolean) : StudyParameter
A boolean parameter of active study Study
Constructors
Link copied to clipboard
constructor(heading: String, name: String, parameterType: StudyParameterType, defaultValue: Boolean, value: Boolean)