Replies: 1 comment 5 replies
-
Sorry for the stupid question, but don't we intentionally align the checkboxes in the Grid via this rule? Do we need a wrapper to change it? We don't have a "checkbox component" right now, just a bunch of classes for |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As discussed at the FE and Design Sync we have all agreed on the alignment of the checkboxes in different scenarios (for more information open the notes from the meeting linked above).
E.g. - checkbox column in Grid ( the checkboxes are currently not vertically aligned in the middle in most of the suites) :
In order to achieve what we have agreed on with the Designers, we'll need to update the rendering of the checkboxes by adding an additional wrapper element around the k-checkbox input:
This discussion is for us to decide on how this should be implemented in the different suites- whether it should be added everywhere or wherever needed, whether it should be added as part of the component's rendering or the component will be wrapped in the above mentioned class and whether there are limitations/concerns to any of these approaches.
@telerik/kendo-front-end , @Raisolution , @tapopov , @Xizario , @nenchef , @VicTachev , @jivanova , @zdravkov , @ag-petrov
Beta Was this translation helpful? Give feedback.
All reactions