Converter that translates between boolean values (true/false)
and alternate versions of those boolean values like
(yes/no), (1/0), and (way/no way).
To customize the representation of a boolean true and false,
use setTrueValue(String)
and setFalseValue(String)
respectively. If not configured with these setter methods,
it defaults to true and false.
The values are case sensitive.
trueandfalse. The values are case sensitive.