mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Link the doc for Checkbox.Changed.control to checkbox
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user