+ zin: add the defaultProps of thinkcheckbox wg.
This commit is contained in:
@@ -18,6 +18,11 @@ class thinkCheckbox extends thinkRadio
|
||||
'maxCount?: string',
|
||||
);
|
||||
|
||||
protected static array $defaultProps = array
|
||||
(
|
||||
'type' => 'checkbox'
|
||||
);
|
||||
|
||||
protected function buildBody(): array
|
||||
{
|
||||
$items = parent::buildBody();
|
||||
|
||||
Reference in New Issue
Block a user