CheckboxController

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

Constructors

Link copied to clipboard
constructor(identifier: String, value: Set<JsonValue>?, 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: Set<JsonValue>?

Inherited functions

Link copied to clipboard