Boolean

Boolean properties have only two possible values - on or off.

To specify one of these values, you can use any of the following…

Off ValueOn Value
01
noyes
falsetrue

Some boolean properties are also Bindable, allowing you to toggle them on or off based on state.