View file bootstrap-checkbox-1.2.14-dist/js/i18n/tr.js

File size: 408B
/*!
 * Bootstrap-checkbox v1.2.14 (http://vsn4ik.github.io/bootstrap-checkbox)
 * Copyright 2013-2015 Vasily A. (https://github.com/vsn4ik)
 * Licensed under the MIT license
 */

'use strict';

(function($) {
  $.extend($.fn.checkboxpicker.defaults, {
    offLabel: 'Pasif',
    onLabel: 'Aktif',
    warningMessage: 'Lütfen label elementi içerisinde Bootstrap-checkbox kullanmayınız.'
  });
})(jQuery);