icheck
icheck copied to clipboard
icheck is not applied when i insert the radio button inside of jquery
icheck is not applied when i insert the radio inside of jquery my code:
var txtnumber = $('') .addClass('btn btn-small-txt') .prop('type', 'radio');
$('#add').append(txtnumber);