Boolean Result
data class BooleanResult(key: Any, easyFormsErrorState: EasyFormsErrorState, value: Boolean) : EasyFormsResult
Content copied to clipboard
Parameters
key
a unique identifier for this state.
easyFormsErrorState
the current EasyFormsErrorState this state has.
value
the toggleable state from Checkbox, RadioButton, Switch etc.
Constructors
BooleanResult
Link copied to clipboard
fun BooleanResult(key: Any, easyFormsErrorState: EasyFormsErrorState, value: Boolean)
Content copied to clipboard
a unique identifier for this state.
Properties
Sources
androidJvm source
Link copied to clipboard