Bug in Radio

Hi,

I found a bug in setting the value of a radio programmatically when the value of id of one of the options is 0!

Please try the link http://webix.com/snippet/84662b0f.

Here are the scenarios:

  1. Press “No” button then “Clear” => Radio not cleared.

  2. Press “Clear” button the “No” => “No” not checked.

Thanks!

Try to use a string values

http://webix.com/snippet/d4a8253d

Thanks!