.. _text_widgets: Text widget types ***************************** Every time you need to render text use any of text widgets: * :ref:`Const` - returns text with no modifications * :ref:`Format` - formats text using ``format`` function. * :ref:`Multi` - multiple texts, joined with a separator * :ref:`Case` - shows one of the texts based on the condition * :ref:`Progress` - shows a progress bar * :ref:`List` - shows a dynamic group of texts (similar to :ref:`Select