Use property fetch instead of array access and object shape for Form ```php CustomForm&object{field1: TextControl, field2: Checkbox} ``` This way we don’t need to create custom form classes which extends original form class.