Is it possible to increase the Title length of checkbox used in User Defined Field sets from Varchar(255) to Varchat(350)

Silverstripe Version: 5.4

Question: Is it possible to increase the Title length of checkbox used in User Defined Field sets from Varchar(255) to Varchat(350)

Some of the titles of my checkbox is more than 255 characters. I am trying to update the Title field to accept more then 255 characters but unfortunately its not accepting. I have tried building a custom field that extends ‘EditableFormField’ but with no luck.

Wondering if its even possible so that the new field can be visible in fields dropdown with in the UserDefinedfield set that can take more then 255 chars

cheers
Rd

What did you try?
What happened when you tried? Were there error messages?