Frank.P
Regular Pleskian
I am try to create a extension and I need create inside form 2 tabs

How can I create tabs like image attached inside code

How can I create tabs like image attached inside code
public function init()
{
parent::init();
$this->addElement('checkbox', static:FM_Status, [
'label' => pm_Locale::lmsg('Tab1StatusDesc'),
'value' => pm_Settings::get(static:FM_Status),
'required' => false,
'validators' => [],
]);
$this->addControlButtons([
'cancelLink' => pm_Context::getModulesListUrl(),
]);
}