{label}{input}"; } public static function getTextAreaTemplate(): string { return "
{label}{textarea}
"; } public static function getSelectTemplate(): string { return "
{label}{select}
"; } public static function getRadioTemplate(): string { return "
{label}{radio}
"; } public static function getCheckBoxTemplate(): string { return "
{label}{checkbox}
"; } public static function getButtonTemplate(): string { return "
{label}{button}
"; } }