diff --git a/html5/verto/video_demo/verto.js b/html5/verto/video_demo/verto.js
index dfa44d3988..b53e5eee70 100644
--- a/html5/verto/video_demo/verto.js
+++ b/html5/verto/video_demo/verto.js
@@ -793,6 +793,9 @@ function refresh_devices()
$("#usemic").selectmenu('refresh', true);
$("#useshare").selectmenu('refresh', true);
+ //$("input[type='radio']).checkboxradio({});
+ $("input[type='radio']").checkboxradio("refresh");
+
//console.error($("#usecamera").find(":selected").val());
}