Merge pull request #9741 from creative-commoners/pulls/4.6/selection-group-disabled

ENH Add disabled attribute to SelectionGroup
This commit is contained in:
Andre Kiste 2020-11-14 21:44:59 +13:00 committed by GitHub
commit b023ab75a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ class SelectionGroup extends CompositeField
'name' => $this->name,
'value' => $item->getValue(),
'checked' => $checked,
'disabled' => $item->isDisabled()
]
)),
"RadioLabel" => $item->getTitle(),