Add a placeholder docstring to the radio button

This commit is contained in:
Dave Pearson
2023-02-16 10:45:24 +00:00
parent d4b61e2478
commit c114c872f2

View File

@@ -6,6 +6,11 @@ from ._toggle import ToggleButton
class RadioButton(ToggleButton):
"""A radio button widget that represents a boolean value.
TODO: Mention that this is best used in a RadioSet (yet to be added).
"""
def __init__(
self,
label: str,