I'm using SAP MII workbench. The json response which I'm getting, converts boolean true and false to string "true" and "false".
I'm binding this boolean value to the checkbox.
Please tell me how can I bind the String(by converting to boolean) to checkbox.