class multichoice.TextMultichoice(Multichoice)

TextMultichoice is a Multichoice control that displays its values in the form of text.

Theme Properties

highlight_style
In addition to the highlight styles defined by PaletteView, TextMultichoice also provides 'arrows', which highlights the selected value with a pair of arrowheads above and below.

Constructor

TextMultichoice(values, labels = None)
Initialises the control with the given values and corresponding labels. If no labels are specified, they are derived by applying str() to the values.
---