VGSCheckoutCheckboxThemeProtocol
public protocol VGSCheckoutCheckboxThemeProtocol
Defines Checkout checkbox UI Theme.
-
The background color of the checkbox for unselected state.
Declaration
Swift
var checkoutCheckboxUnselectedColor: UIColor { get set }
-
The background color of the checkbox for selected state.
Declaration
Swift
var checkoutCheckboxSelectedColor: UIColor { get set }
-
The checkmark tint color in checkbox.
Declaration
Swift
var checkoutCheckmarkTintColor: UIColor { get set }
-
The text color of the hint in checkbox.
Declaration
Swift
var checkoutCheckboxHintColor: UIColor { get set }
-
The font of the hint in checkbox.
Declaration
Swift
var checkoutCheckboxHintFont: UIFont { get set }