This topic is locked

Suggestion for checkbox with side label

1/4/2025 7:35:28 AM
PHPRunner General questions
V
vnotarfrancesco author

Hi, I'm using V11 and I need to place a label or a description on the right side of a checkbox for a "terms and conditions" acceptance checkbox.
My field is tinyint type.
In field properties the field is set as checkbox

img alt

I need a suggestion, a tip, a work around, a solution to put a description on the right side of the checkbox as the image below

img alt

Is there a setting for this? I don't think so.
What can I change, customize or modify?

Thanks,
Valerio

M
MikeUk 1/4/2025

There are two ways. First try css, text-align: left;
I've not used the css as I use this approach.

Splitting the cell into two parts, then split the control and place the control and label in the separate cells discard the tooltip if you dont use it.

V
vnotarfrancesco author 1/4/2025

Thanks for your input MikeUk.
It's not perfecperfect but it works.

Valerio

abidcastaneda 2/12/2025

img alt

I've tried this and spliting cells works in desktop view, but not mobile view, I have also tried "horizontal" in the field's setting in the designer, but nothing, have you found a solution for this on the mobile side?

V
vnotarfrancesco author 2/17/2025

Sadly not :(