BooleanOptionItem

@IBDesignable
open class BooleanOptionItem : OptionItem

An option item with only one checkbox.

  • The state of the checkbox.

    Declaration

    Swift

    public var checked: Bool { get set }