LiveCode BuilderModulesWidgetBundleUtilsHandlersgetBooleanOn this pagegetBoolean Type handler Summary Get any value as boolean Syntax getBoolean(<pValue>) Description Try to get any value as a boolean. if can not convert the value then false is returned. noteThis handler is for internal use. Parameters NameTypeDescriptionpValueValue to be converted to boolean.