Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Support added for Switch #260

Description

@bzamfir

Hi,

I needed support for kendo switch, so I added it myself with the code below

I'm not familiar with git, I'm using SVN for day to day work that's why I didn't created a pull request.

createBinding({ name: "kendoSwitch", defaultOption: CHECKED, events: { change: function (options, e) { options.checked(!options.checked()); } }, watch: { checked: CHECKED, enabled: ENABLE, readonly: READONLY } });

Please add it to next release.
Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions