CLASS
CheckboxFormField
Contents
- Properties
checkedreadonlyvalue
 
public final class CheckboxFormField: FormField
A checkbox form field.
Properties
checked
public let checked: Bool
The initial checked state.
readonly
public let readonly: Bool
Whether the initial checked state is changeable.
value
public let value: String?
An optional String that represents the value of the field.