Announcement

Collapse
No announcement yet.

Checkbox (bool) to the left?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Checkbox (bool) to the left?

    Hello, is it possible to position the checkbox (bool) to the left?





  • #2
    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:
    Click image for larger version

Name:	single-option-checklist.PNG
Views:	131
Size:	4.4 KB
ID:	67987
    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.
    Click image for larger version

Name:	checklist-storage.PNG
Views:	89
Size:	4.6 KB
ID:	67988

    Comment

    Working...
    X