In constellation I have 3 boolean fields, I want to show that 3 boolean fields in 2 column template. How I can acheive this. I have tried with the 2 column template but it is not working as expected.
Great question — I am pretty certain what you’re experiencing is actually by design in the Constellation UI, not a misconfiguration on your end. In Constellation, boolean (checkbox) fields are intentionally configured to span all columns of a form template — even when a 2-column or 3-column template is in use. Each checkbox will occupy its own full row.
Two things I would try depending on your use case:
-
Use a Field Group + “Fields per row = 2”
Steps:
-
Open your View in App Studio
-
Add a Field Group
-
Add your 3 Boolean fields to the Field Group
-
In Field Group configuration:
- Set Layout → Fields per row = 2
-
-
Sub-View grouping — Rather than adding the three boolean fields directly to the main form template, create a separate child View containing just those fields, then embed that sub-view into your main View. This gives Constellation more flexibility in how it manages responsive column arrangements.
Hello @Sohan_Reddy_Anugu Welcome to the community ![]()
As an alternative approach you could also try to setting up your boolean fields as individual entries (of class Embed-NameValuePair) in a Data page of type list and refer them as Data reference with display as “Checkbox group“ which then would show something like below on the UI.
I tried to show them on Create view. You may try to display the same in a standard form view after the case is created with left and right panels expanded/collapsed and see how it looks like.
You may want to provide a mockup of your UI requirement so that we can provide more suggestions.
Regards
JC
