Open
Description
Things like the Checkbox
API documentation are missing lots of information because they inherit most of their behaviour (from ToggleButton
, in this case).
What is worse, ToggleButton
isn't even publicly documented.
But even if it was, you'd have one level of indirection that is very easy to miss: you have to remember to check if a widget has a base class more specific than just Widget
.
I suspect for things like Checkbox
/RadioButton
, and possibly other things, it would be helpful to inherit the documentation from the immediate base class.