[DOCS] Update boolean mapping docs with a full list of values that are treated as false

Closes #5337
This commit is contained in:
Igor Motov 2014-03-05 15:33:59 -05:00
parent 941ffe0bf9
commit b723ee0d20
1 changed files with 3 additions and 2 deletions

View File

@ -362,8 +362,9 @@ and `false` respectively.
}
--------------------------------------------------
The boolean type also supports passing the value as a number (in this
case `0` is `false`, all other values are `true`).
The boolean type also supports passing the value as a number or a string
(in this case `0`, an empty string, `F`, `false`, `off` and `no` are
`false`, all other values are `true`).
The following table lists all the attributes that can be used with the
boolean type: