Toggle

data class Toggle(val identifier: String, val value: Boolean?, val isValid: Boolean, val attributeName: AttributeName? = null, val attributeValue: AttributeValue? = null) : FormData<Boolean>

Constructors

Link copied to clipboard
constructor(identifier: String, value: Boolean?, isValid: Boolean, attributeName: AttributeName? = null, attributeValue: AttributeValue? = null)

Properties

Link copied to clipboard
open override val attributeName: AttributeName? = null
Link copied to clipboard
open override val attributeValue: AttributeValue? = null
Link copied to clipboard
open override val identifier: String
Link copied to clipboard
open override val isValid: Boolean
Link copied to clipboard
open override val value: Boolean?

Inherited functions

Link copied to clipboard