diff --git a/docs/source/whatsnew/pr/valid-widget.rst b/docs/source/whatsnew/pr/valid-widget.rst new file mode 100644 index 0000000..feed836 --- /dev/null +++ b/docs/source/whatsnew/pr/valid-widget.rst @@ -0,0 +1 @@ +Added a ``Valid`` widget which inherits the ``_Bool`` widget and displays a green checkmark or red cross depending on the truth of ``.value``.