diff --git a/MVMCoreUI/Atomic/Atoms/Views/CheckboxLabel.swift b/MVMCoreUI/Atomic/Atoms/Views/CheckboxLabel.swift index b1454a97..9473a324 100644 --- a/MVMCoreUI/Atomic/Atoms/Views/CheckboxLabel.swift +++ b/MVMCoreUI/Atomic/Atoms/Views/CheckboxLabel.swift @@ -38,7 +38,7 @@ import VDS //-------------------------------------------------- // MARK: - Atomic //-------------------------------------------------- - public func viewModelDidUpdate() { + open func viewModelDidUpdate() { surface = viewModel.surface updateCheckbox() @@ -62,7 +62,7 @@ import VDS MVMCoreUIActionHandler.performActionUnstructured(with: actionModel, sourceModel: viewModel.checkbox, additionalData: additionalData, delegateObject: delegateObject) } - public func updateCheckbox() { + open func updateCheckbox() { //forms FormValidator.setupValidation(for: viewModel.checkbox, delegate: delegateObject?.formHolderDelegate) groupName = viewModel.checkbox.groupName