Completed
Last Updated: 22 Jan 2020 13:47 by ADMIN
Imported User
Created on: 30 Oct 2011 07:26
Category: Kendo UI for jQuery
Type: Feature Request
6
Checkbox wrapper UI element
What i think of it is converting checkboxes list into more friendlu UI element. For example we have list of checkboxes with the same name but different key

Name="checkname[1]"

and so on. So i set something like

$(".checkbox[name=Checkname]").kendoCeckboxes()

Then kendo convert it in to togle buttons. You can set how namy columns for example. And it will convert to something like table with every cell as toggle button and selected options are highlighted. Of course you do not use table html elemnt i just describe idea.

This will be more friendly as on desktops as on tablets. 
2 comments
ADMIN
Dimo
Posted on: 22 Jan 2020 13:47

Hi all,

For some time Kendo UI includes styled checkboxes and radio buttons.

Examples:
https://demos.telerik.com/kendo-ui/checkbox/index
https://demos.telerik.com/kendo-ui/radiobutton/index

Documentation:
https://docs.telerik.com/kendo-ui/styles-and-layout/checkbox-radiobutton

Regards,
Dimo
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
ADMIN
Telerik Admin
Posted on: 03 Nov 2011 18:10
Thanks for your suggestion.