mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
docs(checked): fix an inconsistency
This commit is contained in:
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user