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 |
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 |