Hello, is it possible to position the checkbox (bool) to the left?
Announcement
Collapse
No announcement yet.
Checkbox (bool) to the left?
Collapse
X
-
Hello,
Not without a lot of coding.
Easiest way I think is to substitute your "boolean" field for a "checklist" field with just one option to chose from, so it would look like this:
If you do this also consider that you will have to adjust your code, since the field will not be stored as "1" or "0" / null it will be stored as an array with a single element if its checked or an empty array if is not checked.
Comment