True or false values.

Boolean properties have two values: true and false. Boolean properties interpret 0 and Null (empty string) as false, so all non-zero numbers and all string with at least on character are true. Boolean properties always return 0 for false and 1 for true.

  • No labels