Skip to Content
0
Former Member
Jun 02, 2014 at 03:11 PM

Binding JSONModel to checkbox

407 Views

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.

JS Bin