Dropdown 🔽
php
$options = [
1 => 'One',
2 => 'Two',
];
ChoiceField::init('type', 'Type', choiceType: 'select', choiceList: $options)
->setHtmlAttributes(['required' => true])->setDefaultValue('1'),
You may setInputType as radio