BooleanResult

fun BooleanResult(key: Any, easyFormsErrorState: EasyFormsErrorState, value: Boolean)

Parameters

key

a unique identifier for this state.

easyFormsErrorState

the current EasyFormsErrorState this state has.

value

the toggleable state from Checkbox, RadioButton, Switch etc.

Sources

androidJvm source
Link copied to clipboard