diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt index 67e3aab712..c05430c64e 100644 --- a/docs/ref/forms/api.txt +++ b/docs/ref/forms/api.txt @@ -688,6 +688,29 @@ by a ``Widget``:: >>> print(bound_form['subject'].value()) hi +.. attribute:: BoundField.id_for_label + +Use this property to render the ID of this field. For example, if you are +manually constructing a ``