A boolean denotes two possible values: True (meaning yes) and False (meaning no).
The boolean editor uses a check box to represent the current boolean value.
A checked box is used to represent the value true and an unchecked box is used to represent a value false.
Boolean values can be denoted using several diferente representations:
Value | Representation |
---|---|
True | .yes, .true |
False | .no, .false |
By default, Dinamica EGO writes boolean values using the .yes/.no representation.