Hi Keshavan,
Use div elements float:left and equal width about your labels:
<div>
<div style="float:left; width:70px;">Country :</div>
<jqx-input ng-model="country" jqx-source="countries" jqx-width="200" jqx-height="25" jqx-place-holder="'Enter a Country'"></jqx-input>{{country}}
<div style="clear:both;"></div>
<div style="float:left; width:70px;">Name :</div>
<jqx-input ng-model="name" jqx-width="200" jqx-height="25" jqx-place-holder="'Enter Candidate Name'"></jqx-input> {{name}}
<div style="clear:both;"></div>
<div style="float:left; width:70px;">Pincode :</div>
<jqx-input ng-model="pincode" jqx-width="200" jqx-height="25" jqx-place-holder="'Enter Your Pincode'"></jqx-input>{{pincode}}
</div>
Best Regards,
Ivailo Ivanov
jQWidgets Team
http://www.jqwidgets.com