Module: addon/components/sl-radio

Extends

  • ember/Component

Members

(inner) attributeBindings :Array.<String>

Type:
  • Array.<String>
Source:

(inner) classNameBindings :Array.<String>

Type:
  • Array.<String>
Source:

(inner) classNames :Array.<String>

Type:
  • Array.<String>
Source:

(inner) disabled :Boolean

Whether the component is in the disabled state or not

Type:
  • Boolean
Default Value:
  • false
Source:

(inner) layout :Object

Type:
  • Object
Source:

(inner) tagName :String

Type:
  • String
Default Value:
  • 'div'
Source:

(inner, nullable) value :String

Bound value for the radio button

Type:
  • String
Default Value:
  • null
Source:

Methods

(inner) radioType() → {String}

Type of radio button; "radio-inline" when inline, "radio" default

Source:
Observes:
  • inline
Returns:
Type
String