jQWidgets Forums
jQuery UI Widgets › Forums › Editors › CheckBox, RadioButton › Dynamic Radio Button Group › Reply To: Dynamic Radio Button Group
Hi Mariya,
I’ll explain you clearly.
Using the server-side code, I’ll get two generic radio buttons. I pasted the code for your reference.
From the below rendered input radio buttons, I want to convert that into custom jqxRadioButton. Because using the below radio button, I’m out of jqWidget theme.
<input type="radio" value="1" id="dateFmt1" name="dateFormat"><label for="dateFmt1">dd.mm.yyyy</label><input type="radio" value="2" checked="checked" id="dateFmt2" name="dateFormat"><label for="dateFmt2">mm.dd.yyyy</label>
From the server-side I can get only two input type radio buttons hence in order to maintain consistency of jqWidget theme, I want the generic radio buttons to be converted in to jqxRadiobutton. So please suggest me the solution.
Note: This should happen during the document ready.
I hope now you understand my requirement.
Thanks & Cheers,
\_rssb