diff --git a/docs/components/forms.rst b/docs/components/forms.rst index a8c84349..00a17abe 100644 --- a/docs/components/forms.rst +++ b/docs/components/forms.rst @@ -153,6 +153,8 @@ To add a new field to your Form: - **Radio group** - This field provides a group of single-select options with a radio button, sometimes referred to as an option button group. + - **Rating** - This field allows visitors to provide feedback using a visual rating system with stars or other symbols. Commonly used for surveys, product reviews, or satisfaction ratings. + - **Select: Single or multiple choices** - This option shows a dropdown list where a visitor may choose one option. This field also allows multiple selections, which changes the display to a box with the options listed. On a mobile device, a single select box shows a dialog box with radio buttons, and with checkboxes for a multi-select field. - **Slider** - This field provides an interactive slider control that allows visitors to select a numeric value from a predefined range by dragging a handle along a track. The slider displays the minimum and maximum values at each end and shows the current selected value as the visitor moves the handle.