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(),