MURadioButtonProtocol
@objc
public protocol MURadioButtonProtocol : AnyObject
Protocol to define a radio button that can be added to the MURadioButtonGroup
-
The object that acts as the delegate of the radio button.
Declaration
Swift
var delegate: MURadioButtonDelegate? { get set }
-
The radio button’s selected state.
Declaration
Swift
var selected: Bool { get set }