I feel the simplest way is to check the value.
bool_value = "false" convert_to_bool = True if bool_value.lower() == 'true' else False