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.