Inline fields when they are checkbox
Posted: 2020-12-22 10:41
Hi!
I'm trying to have 2 checkbox fields inline and inside a custom tab. Here is my code:
new AppGiniFields(["water", "gaz"]).inline("Related to", [6, 6]);
Both fields, water and gaz, are a checkbox and when I put them inline only the second one and the label are shown, not inline but one above the other.
Any ideas? Maybe I've missed something?
Thanks in advance
I'm trying to have 2 checkbox fields inline and inside a custom tab. Here is my code:
new AppGiniFields(["water", "gaz"]).inline("Related to", [6, 6]);
Both fields, water and gaz, are a checkbox and when I put them inline only the second one and the label are shown, not inline but one above the other.
Any ideas? Maybe I've missed something?
Thanks in advance