From 0e064300d92254c3c6a0a6e5d3192f9d6c40c830 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 22 Oct 2020 21:15:50 +1300 Subject: [PATCH] ENH Add disabled attribute to SelectionGroup --- src/Forms/SelectionGroup.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Forms/SelectionGroup.php b/src/Forms/SelectionGroup.php index 2b9d8e23f..3ff48eece 100644 --- a/src/Forms/SelectionGroup.php +++ b/src/Forms/SelectionGroup.php @@ -101,6 +101,7 @@ class SelectionGroup extends CompositeField 'name' => $this->name, 'value' => $item->getValue(), 'checked' => $checked, + 'disabled' => $item->isDisabled() ] )), "RadioLabel" => $item->getTitle(),