Format True/False in Data Binding

Hello and welcome,

You could try something like this for example:

'checked out' if self.item['status'] else 'not checked out'

That can be done in the designer’s data binding area or in the editor by setting item.

1 Like