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

File size: 450B
/*!
 * 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: 'Нет',
    onLabel: 'Да',
    warningMessage: 'Bootstrap-checkbox не поддерживает использование внутри label элемента.'
  });
})(jQuery);