FxCheckbox

public class FxCheckbox: UIButton

Undocumented

  • Undocumented

    Declaration

    Swift

    @IBInspectable public var isChecked: Bool
  • Undocumented

    Declaration

    Swift

    public override init(frame: CGRect)
  • Undocumented

    Declaration

    Swift

    public required init?(coder aDecoder: NSCoder)
  • Undocumented

    Declaration

    Swift

    public func initCommon()
  • Undocumented

    Declaration

    Swift

    public func touched(_ sender:AnyObject)
  • Undocumented

    Declaration

    Swift

    public func toggleState()
  • Undocumented

    Declaration

    Swift

    override public func prepareForInterfaceBuilder()
  • Binds the field value to the control using Rx.

    Declaration

    Swift

    public func bindFieldToView<E>(_ field: FxField<E>) -> Disposable?
  • Binds updates to the control value back to the FxField.

    Declaration

    Swift

    public func bindViewToField<E>(_ field: FxField<E>) -> Disposable?