cancel
Showing results for 
Search instead for 
Did you mean: 

Binding JSONModel to checkbox

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

former_member182862
Active Contributor
0 Kudos

Hi Shashi

You can do it this way.

Example

-D

Former Member
0 Kudos

Dennis, Thanks for the quick reply.

The example works, but, data binding is not working.

I have to capture the status of all checked checkbox. If the data binding is not working, how to get the status of the checkboxs.

former_member182862
Active Contributor
0 Kudos

can you check this?

Example

-D

Answers (0)