61 lines
833 B
Plaintext
61 lines
833 B
Plaintext
|
|
||
|
p.
|
||
|
<span class="location-badge">exported from <a href="/angular2/forms">angular2/forms</a></span>
|
||
|
defined in <a href="https://github.com/angular/angular/tree/master/modules/angular2/src/forms/directives.js#L62">angular2/src/forms/directives.js (line 62)</a>
|
||
|
|
||
|
:markdown
|
||
|
The accessor for writing a value and listening to changes on a checkbox input element.
|
||
|
|
||
|
|
||
|
# Example
|
||
|
```
|
||
|
<input type="checkbox" [control]="rememberLogin">
|
||
|
```
|
||
|
|
||
|
.l-main-section
|
||
|
h2 Members
|
||
|
.l-sub-section
|
||
|
h3 constructor
|
||
|
|
||
|
|
||
|
pre.prettyprint
|
||
|
code.
|
||
|
(cd:ControlDirective, setCheckedProperty:Function)
|
||
|
|
||
|
|
||
|
|
||
|
:markdown
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.l-sub-section
|
||
|
h3 onChange
|
||
|
|
||
|
|
||
|
|
||
|
:markdown
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.l-sub-section
|
||
|
h3 writeValue
|
||
|
|
||
|
|
||
|
pre.prettyprint
|
||
|
code.
|
||
|
(value)
|
||
|
|
||
|
|
||
|
|
||
|
:markdown
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|