View file bootstrap-checkbox-1.2.14-dist/js/i18n/es.js
/*!
* 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: 'No',
onLabel: 'Si',
warningMessage: 'Por favor, no utilice Bootstrap-checkbox para elementos tipo label.'
});
})(jQuery);