RadioButtonManagerType
public protocol RadioButtonManagerType
A protocol to be implemented by objects that manage the selection state of radio buttons.
-
Requests that the given radio button be selected, de-selecting any currently active radio buttons at the same level.
Declaration
Swift
func selectRadioButton(_ radioButton: RadioButton)