diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-09-10 23:24:52 -0700 |
|---|---|---|
| committer | Gael Pasgrimaud <gael@gawel.org> | 2018-09-22 12:59:36 +0200 |
| commit | e1d2ef0e012d148fd9bf5d452596fcc115e7eb97 (patch) | |
| tree | 0b878513b592c1a80811db5b223b3350b9c2edd6 | |
| parent | 51029a5675f9ca14cd08ce786c8b4405b824d856 (diff) | |
| download | webtest-e1d2ef0e012d148fd9bf5d452596fcc115e7eb97.tar.gz | |
link to class
| -rw-r--r-- | docs/forms.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/forms.rst b/docs/forms.rst index 63cd804..1d4cec0 100644 --- a/docs/forms.rst +++ b/docs/forms.rst @@ -129,10 +129,8 @@ option. >>> form['select'].force_value(['optionX']) >>> form['multiple'].force_value(['optionX']) -Checkbox -******** - -.. autoclass:: Checkbox +:class:`~webtest.forms.Checkbox` +********************************* You can check if the checkbox is checked and is value: |
