mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
docs(checkbox): toggle() should be private
This commit is contained in:
@ -70,6 +70,7 @@ export class Checkbox {
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
* Toggle the checked state of the checkbox. Calls onChange to pass the updated checked state to the model (Control).
|
||||
*/
|
||||
toggle() {
|
||||
|
Reference in New Issue
Block a user