From ed3232662f7767cf953ffdd266ebe16e834acc32 Mon Sep 17 00:00:00 2001 From: "Paolo Cunti @codencode" Date: Tue, 28 Jul 2026 12:47:48 +0000 Subject: [PATCH] Clarify MaterialChoiceTableType multiple selection --- .../form/types-reference/material-choice-table.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/development/components/form/types-reference/material-choice-table.md b/development/components/form/types-reference/material-choice-table.md index d188c91387..e009fc07b5 100644 --- a/development/components/form/types-reference/material-choice-table.md +++ b/development/components/form/types-reference/material-choice-table.md @@ -4,15 +4,15 @@ title: MaterialChoiceTableType # MaterialChoiceTableType -MaterialChoiceTableType renders checkbox choices using table layout. It requires Javascript component to work as expected. +MaterialChoiceTableType renders multiple checkbox choices using a table layout. It requires Javascript component to work as expected. ## Type options | Option | Type | Default value | Description | |:---------|:-----|:--------------|:-------------------------------------------------------| | expanded | bool | true | Whether the table should be expanded by default or not | -| multiple | bool | true | Whether to enable multiple checkboxes selection or not | -| display_total_items | bool | true | Whether to display the total number of items or not | +| multiple | bool | true | Multiple selection is always enabled and cannot be disabled | +| display_total_items | bool | false | Whether to display the total number of items or not | ## Required Javascript components