use parseBool for boolean properties in rules
The boolean values of properties in rules are strings in JSON config files and they will retain the same type when they are translated to Lua. Use cutils.parseBool() function when they have to be interpreted as bools.