Easy
            data class EasyFormsSwitchState(defaultValue: Boolean, isRequired: Boolean) : EasyFormsState<State<Boolean>, Boolean> 
Content copied to clipboard
Constructors
EasyFormsSwitchState
                          
                    Link copied to clipboard
                        fun EasyFormsSwitchState(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