RSDCheckboxButton

@IBDesignable
public final class RSDCheckboxButton : UIButton

A button that displays using a checkbox.

  • The corner radius the checkbox.

    Declaration

    Swift

    @IBInspectable
    public var cornerRadius: CGFloat { get set }
  • The background color of the checkbox when selected.

    Declaration

    Swift

    @IBInspectable
    public var selectedColor: UIColor { get set }
  • The border color of the checkbox when selected.

    Declaration

    Swift

    @IBInspectable
    public var selectedBorderColor: UIColor { get set }