docs(checked): fix an inconsistency

This commit is contained in:
Brandy Carney
2017-01-31 18:12:42 -05:00
parent cc21f93b87
commit c578b07434
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ export class Checkbox extends Ion implements IonicTapInput, AfterContentInit, Co
}
/**
* @input {boolean} If `true`, the element is selected.
* @input {boolean} If true, the element is selected.
*/
@Input()
get checked(): boolean {

View File

@ -213,7 +213,7 @@ export class Toggle extends Ion implements IonicTapInput, AfterContentInit, Cont
}
/**
* @input {boolean} If `true`, the element is selected.
* @input {boolean} If true, the element is selected.
*/
@Input()
get checked(): boolean {