FieldCheckbox
@objcMembers public final class FieldCheckbox: Field
An input field for a checkbox.
-
true
if the checkbox field is checked,false
if it is not.Declaration
Swift
public var checked: Bool
-
Initializes the checkbox field.
Declaration
Swift
public init(name: String, checked: Bool)
-
Declaration
Swift
public override func copyField() -> Field
-
Declaration
Swift
public override func setValueFromSerializedText(_ text: String) throws
-
Declaration
Swift
public override func serializedText() throws -> String?