YesNo

data class YesNo(val element: String, val label: String) : PresetAnswer

One big Yes / No from a boolean element (e.g. age_over_18).

Constructors

Link copied to clipboard
constructor(element: String, label: String)

Properties

Link copied to clipboard
Link copied to clipboard