From 20f7cab725eee907eae569b7d6173ba66be8f376 Mon Sep 17 00:00:00 2001 From: Alexei Anoshenko Date: Wed, 12 Aug 2026 18:29:23 +0300 Subject: [PATCH] Update checkbox.go --- checkbox.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkbox.go b/checkbox.go index ac5ad7d..c731186 100644 --- a/checkbox.go +++ b/checkbox.go @@ -108,7 +108,7 @@ func (button *checkboxData) getFunc(tag PropertyName) any { } return nil } - return button.viewData.getFunc(tag) + return button.viewsContainerData.getFunc(tag) } func (button *checkboxData) setFunc(tag PropertyName, value any) []PropertyName {