From 1a753c38f774730022a415ec1542414021ce9a60 Mon Sep 17 00:00:00 2001 From: "Anderson J. Eccel" <116097999+andersonjeccel@users.noreply.github.com> Date: Tue, 16 Sep 2025 09:55:29 -0300 Subject: [PATCH] Boolean desc --- docs/components/forms.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/components/forms.rst b/docs/components/forms.rst index 9678abe9..964d67c6 100644 --- a/docs/components/forms.rst +++ b/docs/components/forms.rst @@ -80,6 +80,7 @@ To control the maximum number of fields shown on a Form: To add a new field to your Form: #. Click the Add a new field dropdown and select the type of field you wish to use. Available fields include: + - **Boolean** - Provides a true/false or yes/no selection. Configure to display positive, negative, or both labels. Use for binary choices like agreeing to terms or opting into communications. - **CAPTCHA** - A basic tool for spam protection requiring the Form submitter to answer a question, or detecting when spambots try to submit data in a hidden CAPTCHA field - sometimes referred to as a honeypot. It's recommended to use some kind of CAPTCHA on every Form. It's also possible to support reCAPTCHA and other tools with third-party Plugins.