diff --git a/VDS/Components/RadioButton/RadioButton.swift b/VDS/Components/RadioButton/RadioButton.swift index 8f1d5a56..3ef079c4 100644 --- a/VDS/Components/RadioButton/RadioButton.swift +++ b/VDS/Components/RadioButton/RadioButton.swift @@ -10,16 +10,7 @@ import UIKit import VDSColorTokens import VDSFormControlsTokens -public class RadioButton: RadioButtonBase{ - //this is where the code would go for the controller - public override func toggleAndAction() { - if let didSelect = self.didSelect { - didSelect(model) - } else { - super.toggleAndAction() - } - } -} +public class RadioButton: RadioButtonBase{} public struct RadioButtonGroupModel: SelectorGroupModel{ public typealias SelectorType = DefaultRadioButtonModel