Easy Forms Tri Checkbox State
data class EasyFormsTriCheckboxState(defaultValue: ToggleableState, isRequired: Boolean) : EasyFormsState<State<ToggleableState>, Nothing>
Content copied to clipboard
Constructors
EasyFormsTriCheckboxState
Link copied to clipboard
fun EasyFormsTriCheckboxState(defaultValue: ToggleableState = ToggleableState.Indeterminate, 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.
onClick
Link copied to clipboard
Used instead of onValueChangedCallback as this widget only accepts onClick.
onValueChangedCallback
Link copied to clipboard
state
Link copied to clipboard
Sources
androidJvm source
Link copied to clipboard