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)