Module: addon/components/sl-checkbox

Extends

  • ember/Component
  • module:mixins/sl-tooltip-enabled

Members

(inner) attributeBindings :Array.<String>

Type:
  • Array.<String>
Source:

(inner) checked :Boolean

Whether the input is checked or not

Type:
  • Boolean
Default Value:
  • false
Source:

(inner) classNameBindings :Array.<String>

Type:
  • Array.<String>
Source:

(inner) classNames :Array.<String>

Type:
  • Array.<String>
Source:

(inner) disabled :Boolean

Whether the input is disabled or not

Type:
  • Boolean
Default Value:
  • false
Source:

(inner, nullable) label :String

The input's label text

Type:
  • String
Default Value:
  • null
Source:

(inner) layout :Object

Type:
  • Object
Source:

(inner, nullable) name :String

The input's name property value

Type:
  • String
Default Value:
  • null
Source: