Skip to content

Commit

Permalink
docs(common): Added checkbox rendering changes for 4.6.0 (#2238)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimodi authored Jul 17, 2024
1 parent d8d3e66 commit ee1eed9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion upgrade/rendering-changes/4-6-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ position: 980

* [Icons](#icons)
* [Carousel](#carousel)
* [CheckBox](#checkbox)
* [Filter](#filter)
* [Form](#form)

Expand Down Expand Up @@ -53,9 +54,13 @@ The CSS classes applied to the built-in Font and SVG icons will be unified to in
* Added the `k-scrollview-animate` CSS class to the `<div class="k-scrollview-wrap">` element.
* Replaced the `<a class="k-scrollview-prev">` and `<a class="k-scrollview-next">` with `<span class="k-scrollview-prev">` and `<span class="k-scrollview-next">`.

## CheckBox

Added a `<span class="k-checkbox-wrap">` element that wraps the `<input type="checkbox" class="k-checkbox" />`.

## Filter

* Removed the `k-filter-toolbar-item` CSS class from the `<div class="k-toolbar-item">` element.
Removed the `k-filter-toolbar-item` CSS class from the `<div class="k-toolbar-item">` element.

## Form

Expand Down

0 comments on commit ee1eed9

Please sign in to comment.