Include JQuery Library
/* Attach the Table CSS and Javascript */ <link rel="stylesheet" href="https://code.jquery.com/jquery-1.10.2.js">
Radio Buttons
.radio-new-styling this class must be used Select any one
Multiple Radio Buttons
.radio-new-styling this class must be used Multiple Select. This is checkboxes But styling like Radio Button.
Checkboxes
.checkboxes-new-styling this class must be used
Standard Button Format
for a href=""
<a class="btn btn-primary" href="#" title="Upload">Upload</a>
for button
<button type="button" class="btn w-xs btn-default">Default</button>
Click here to Download Code Download