Skip to content

Commit

Permalink
removed deprecated variable
Browse files Browse the repository at this point in the history
  • Loading branch information
BeauNouvelle committed Jun 21, 2023
1 parent 96cf25c commit 2dc6940
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions checkbox/Checkbox.swift
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,10 @@ open class Checkbox: UIControl {

/// **Default:** Replaces the checkmark style with an emoji.
@IBInspectable public var emoji: String?

/// **Default:** White.
@available(swift, obsoleted: 4.1, renamed: "checkboxFillColor", message: "Defaults to a clear color")
public var checkboxBackgroundColor: UIColor! = .white

/// The checkboxes fill color.
///
/// **Default:** `UIColoe.Clear`
/// **Default:** `UIColor.Clear`
@IBInspectable public var checkboxFillColor: UIColor = .clear

/// Sets the corner radius for the checkbox border.
Expand Down

0 comments on commit 2dc6940

Please sign in to comment.