From 4154b13c08c7699068223d743bc7861d46b65c39 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 5 Jul 2023 12:34:12 -0500 Subject: [PATCH] removed comments Signed-off-by: Matt Bruce --- VDS/Classes/SelectorItemBase.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/VDS/Classes/SelectorItemBase.swift b/VDS/Classes/SelectorItemBase.swift index b9291e7c..966b4d9c 100644 --- a/VDS/Classes/SelectorItemBase.swift +++ b/VDS/Classes/SelectorItemBase.swift @@ -11,7 +11,6 @@ import Combine import VDSColorTokens import VDSFormControlsTokens -/// Checkboxes are a multi-select component through which a customer indicates a choice. If a binary choice, the component is a checkbox. If the choice has multiple options, the component is a ``CheckboxGroup``. open class SelectorItemBase: Control, Errorable, Changeable { //--------------------------------------------------