Easy Forms Checkbox State
data class EasyFormsCheckboxState(defaultValue: Boolean, isRequired: Boolean) : EasyFormsState<State<Boolean>, Boolean>
Content copied to clipboard
Constructors
EasyFormsCheckboxState
Link copied to clipboard
fun EasyFormsCheckboxState(defaultValue: Boolean = false, isRequired: Boolean = true)
Content copied to clipboard
Functions
mapToResult
Link copied to clipboard
restoreState
Link copied to clipboard
saveState
Link copied to clipboard
Properties
errorState
Link copied to clipboard
The error state that is used across all children of EasyFormsState.
onValueChangedCallback
Link copied to clipboard
Sources
androidJvm source
Link copied to clipboard