From d4aedf4615fbd4590eccd648df27c54a8959fbee Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Mon, 8 Aug 2022 11:34:17 -0500 Subject: [PATCH] removed comments Signed-off-by: Matt Bruce --- VDS/Components/Checkbox/Checkbox.swift | 6 ------ VDS/Components/RadioButton/RadioButton.swift | 7 ------- 2 files changed, 13 deletions(-) diff --git a/VDS/Components/Checkbox/Checkbox.swift b/VDS/Components/Checkbox/Checkbox.swift index c24212db..91102971 100644 --- a/VDS/Components/Checkbox/Checkbox.swift +++ b/VDS/Components/Checkbox/Checkbox.swift @@ -10,12 +10,6 @@ import UIKit import VDSColorTokens import VDSFormControlsTokens import Combine -/** - A custom implementation of Apple's UISwitch. - - By default this class begins in the off state. - - */ public class Checkbox: CheckboxBase{} diff --git a/VDS/Components/RadioButton/RadioButton.swift b/VDS/Components/RadioButton/RadioButton.swift index 70d82082..40ec6c4f 100644 --- a/VDS/Components/RadioButton/RadioButton.swift +++ b/VDS/Components/RadioButton/RadioButton.swift @@ -10,13 +10,6 @@ import UIKit import VDSColorTokens import VDSFormControlsTokens import Combine -/** - A custom implementation of Apple's UISwitch. - - By default this class begins in the off state. - - */ - public class RadioButton: RadioButtonBase{} open class RadioButtonBase: SelectorBase {