Link the doc for Checkbox.Changed.control to checkbox

This commit is contained in:
Dave Pearson
2023-04-20 14:01:33 +01:00
parent 8ea6658877
commit 4801b3bc8f

View File

@@ -22,5 +22,5 @@ class Checkbox(ToggleButton):
@property
def control(self) -> Checkbox:
"""An alias for self.checkbox"""
"""An alias for [Changed.checkbox][textual.widgets.Checkbox.Changed.checkbox]."""
return self.checkbox