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 Value | On Value |
---|---|
0 | 1 |
no | yes |
false | true |
Some boolean properties are also Bindable, allowing you to toggle them on or off based on state.