Planned
Last Updated: 12 Nov 2025 12:17 by ADMIN
Scheduled for 2026 Q1 (Feb)
Created by: Paul
Comments: 2
Category: Checkbox
Type: Bug Report
2

Bug report

When a CheckBox is set to enabled: false, the input is missing the k-disabled class. Thus, the checkbox does not have disabled styles applied.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/KFntNMfA

The desired rendering of the component - https://github.com/telerik/kendo-themes/blob/e1dbf1a74980bd82718f40085f6a8e21922f1897/tests/checkbox/checkbox-states.html#L44

Current behavior

The first checkbox is enabled and the second is disabled, but they appear the same.

Expected/desired behavior

The input should have the k-disabled class when the checkbox is disabled

Workaround

 <style>
        .k-checkbox:disabled{
          opacity: 0.6
        }
      </style>

Dojo - https://dojo.telerik.com/ztwIGjBO

Environment

  • Kendo UI version: 2025.3.1002
  • Browser: [all ]
Unplanned
Last Updated: 26 Sep 2023 09:45 by Shaowei
Created by: Shaowei
Comments: 0
Category: Checkbox
Type: Bug Report
0

Bug report

When used in a regular HTML form, the CheckBox doesn't get reset by the Reset button.

Workaround: Consider using the Kendo Form instead of a regular HTML form.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/ureSOHoB/5
  2. Click the Reset button

Current behavior

The CheckBoxes don't reset when clicking the Reset button

Expected/desired behavior

The CheckBoxes should reset when clicking the Reset Button

Environment

  • Kendo UI version: 2023.2.829
  • Browser: [all]
Unplanned
Last Updated: 13 Jan 2023 10:31 by ADMIN
The Label Element of Checkbox and RadioButton should be a property of the widget; all other kendo controls have properties to access the elements that are created by the widgets initialization code.
Unplanned
Last Updated: 09 Jan 2023 11:08 by Akesh Gupta
Created by: Akesh Gupta
Comments: 0
Category: Checkbox
Type: Feature Request
0

Currently when a Checkbox is destroyed its label remains on the page and should be removed separately. - (Dojo).

I would like to be able to destroy the label together with the Checkbox that has created it.