Class: DsCheckbox

DsCheckbox()

ds-checkbox - A checkbox component that wraps native checkbox input elements

Constructor

new DsCheckbox()

Source:

Members

checked

Property getters and setters to mirror the internal checkbox
Source:

(static) observedAttributes

Define which attributes should trigger attributeChangedCallback
Source:

Methods

attributeChangedCallback()

React to attribute changes and apply corresponding properties to the internal checkbox
Source:

connectedCallback()

Called when the element is connected to the DOM Apply initial attributes
Source:

setupEventListeners()

Set up event listeners to re-dispatch events from the host element
Source: