mirror of https://github.com/anoshenko/rui.git
Update checkbox.go
This commit is contained in:
parent
ae1e22a553
commit
20f7cab725
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue