diff --git a/src/bootstrap-table.js b/src/bootstrap-table.js index 698c4f77b5..1935419d1e 100644 --- a/src/bootstrap-table.js +++ b/src/bootstrap-table.js @@ -1952,7 +1952,7 @@ checked = $this.prop('checked'), row = that.data[$this.data('index')]; - if (that.options.maintainSelected && $(this).is(':radio')) { + if ($(this).is(':radio')) { $.each(that.options.data, function (i, row) { row[that.header.stateField] = false; });