Skip to content

Custom Toggle switch component #3569

@mittalyashu

Description

@mittalyashu

Create a custom toggle switch component for Thermal Design System (TDS).


The currently package vue-js-toggle-button is not reactively toggling the switch. For instance:

commitFeature: {
    get: function() {
        return !!+this.settings.commitFeature;
    },
    set: function(value) {
        this.settings.commitFeature = value ? 1 : 0;
    }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions