Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MDCCheckboxAdapter

Defines the shape of the adapter expected by the foundation. Implement this adapter for your framework of choice to delegate updates to the component in your framework of choice. See architecture documentation for more details. https://github.com/material-components/material-components-web/blob/master/docs/code/architecture.md

Hierarchy

  • MDCCheckboxAdapter

Index

Methods

addClass

  • addClass(className: string): void

forceLayout

  • forceLayout(): void

hasNativeControl

  • hasNativeControl(): boolean

isAttachedToDOM

  • isAttachedToDOM(): boolean

isChecked

  • isChecked(): boolean

isIndeterminate

  • isIndeterminate(): boolean

removeClass

  • removeClass(className: string): void

removeNativeControlAttr

  • removeNativeControlAttr(attr: string): void

setNativeControlAttr

  • setNativeControlAttr(attr: string, value: string): void

setNativeControlDisabled

  • setNativeControlDisabled(disabled: boolean): void

Generated using TypeDoc