docs(checkbox): toggle() should be private

This commit is contained in:
Drew Rygh
2015-12-09 16:31:20 -06:00
parent 09a0233702
commit fa0a75aa2d

View File

@ -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 the checked state of the checkbox. Calls onChange to pass the updated checked state to the model (Control).
*/ */
toggle() { toggle() {