docs(forms): move extended text to @usageNotes (#26039)
Headings are not allowed in the basic description block. PR Close #26039
This commit is contained in:

committed by
Kara Erickson

parent
32ad2438ca
commit
7d39bc68fb
@ -19,10 +19,12 @@ export const CHECKBOX_VALUE_ACCESSOR: any = {
|
||||
/**
|
||||
* The accessor for writing a value and listening to changes on a checkbox input element.
|
||||
*
|
||||
* ### Example
|
||||
* ```
|
||||
* <input type="checkbox" name="rememberLogin" ngModel>
|
||||
* ```
|
||||
* @usageNotes
|
||||
* ### Example
|
||||
*
|
||||
* ```
|
||||
* <input type="checkbox" name="rememberLogin" ngModel>
|
||||
* ```
|
||||
*
|
||||
* @ngModule FormsModule
|
||||
* @ngModule ReactiveFormsModule
|
||||
|
Reference in New Issue
Block a user