Boolean ======= .. py:class:: Boolean A dynamic-valued true/false value. .. py:method:: Boolean(value: bool) Construct a new :py:class:`Boolean` with the given *value*. .. py:property:: value |getSetProp| The current value as a Python :py:type:`bool`.