$(document).ready(function () { $("#checkBox1").jqxCheckBox({ width: '30%'}); $("#checkBox2").jqxCheckBox({ width: '30%' }); $("#radioButton1").jqxRadioButton({ width: '30%' }); $("#radioButton2").jqxRadioButton({ width: '30%' }); $("#switchButton").jqxSwitchButton({ width: '20%'}); $("#dropDownButton").jqxDropDownButton({ width: '50%', height: 25 }); var dropDownContent = '
DropDownButton
'; $("#dropDownButton").jqxDropDownButton('setContent', dropDownContent); });
Checkbox
eLearning
Mobile
Radio Button
On
Off
DropDown Button Switch Button