LayoutFormDescriptor

data class LayoutFormDescriptor(    val layoutSpec: LayoutSpec?,     val showCheckbox: Boolean,     val showCheckboxControlledFields: Boolean)

Constructors

Link copied to clipboard
fun LayoutFormDescriptor(    layoutSpec: LayoutSpec?,     showCheckbox: Boolean,     showCheckboxControlledFields: Boolean)

Properties

Link copied to clipboard
val layoutSpec: LayoutSpec?
Link copied to clipboard
val showCheckbox: Boolean
Link copied to clipboard
val showCheckboxControlledFields: Boolean