diff --git a/website/docs/components/form/toggle/partials/guidelines/guidelines.md b/website/docs/components/form/toggle/partials/guidelines/guidelines.md index aadb270345d..399ccb0484c 100644 --- a/website/docs/components/form/toggle/partials/guidelines/guidelines.md +++ b/website/docs/components/form/toggle/partials/guidelines/guidelines.md @@ -10,6 +10,37 @@ - When users need to select more than one option from a list, consider [Checkbox](/components/form/checkbox). - When only one choice can be selected, consider [Radio](/components/form/radio) buttons. +## Layout + +We recommend using vertical Toggle groups, especially with short option lists. + + + + Vertical group + + Option 1 + + + Option 2 + + + Option 3 + + + + Horizontal group + + Option 1 + + + Option 2 + + + Option 3 + + + + ## Error validation For error validation recommendations, refer to the [Form patterns](/patterns/form-patterns?tab=validation) documentation. \ No newline at end of file