Html RadioButton

Bind to the change event by type: jqxRadioButton. Author: http://jqwidgets.com

by Hristo Hristov

HTML

<link rel="stylesheet" href="http://jqwidgets.com/public/jqwidgets/styles/jqx.base.css">
<link rel="stylesheet" href="http://jqwidgets.com/public/jqwidgets/styles/jqx.energyblue.css">
<script src="http://jqwidgets.com/public/jqwidgets/jqx-all.js"></script>
<div id='jqxTimePicker'>Radio Button</div>

JavaScript

$('#jqxTimePicker').jqxTimePicker({ width: '400px' });