Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 376 Bytes

File metadata and controls

25 lines (18 loc) · 376 Bytes

switch

md-switch

Example

{
  type: "switch",
  key: "terms",
  templateOptions: {
    label: "Terms and Conditions",
    theme: "custom"
  }
}

Configuration

templateOptions.label : string

templateOptions.theme : string

templateOptions.disabled : boolean

templateOptions.className : string | expression | array