ENH Add disabled attribute to SelectionGroup

This commit is contained in:
Steve Boyd 2020-10-22 21:15:50 +13:00
parent 01b5551a5b
commit 0e064300d9
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(),