Docs (4.0.0)
class Binding method

asBoolean

Adds a filter, to convert the bound value to a boolean.

asBoolean(): Binding<boolean>

Return value

A new binding, typed as a boolean

Related