Update checkbox.go

This commit is contained in:
Alexei Anoshenko 2026-08-12 18:29:23 +03:00
parent ae1e22a553
commit 20f7cab725
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ func (button *checkboxData) getFunc(tag PropertyName) any {
} }
return nil return nil
} }
return button.viewData.getFunc(tag) return button.viewsContainerData.getFunc(tag)
} }
func (button *checkboxData) setFunc(tag PropertyName, value any) []PropertyName { func (button *checkboxData) setFunc(tag PropertyName, value any) []PropertyName {