diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt index 8d9e43bd3b..e6b0d3e6ee 100644 --- a/docs/ref/forms/api.txt +++ b/docs/ref/forms/api.txt @@ -683,6 +683,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 ``