Grouping controls in a Groupbox

Before I try to do this from scratch, I thought I’d ask if it’s been done already.

I’ve seen general web solutions using fieldset and also some native bootstrap voodoo.

Anyone have an example app using a groupbox?

What do you mean by groupbox?

If you want to use them for grouping radio buttons, then you can use the RadioButton group_name property.

If you want to use them for aesthetic reasons, then you can use cards, panels or any other type of container.

I’m thinking purely aesthetic but trying to achieve the border with label effect. https://docs.webix.com/media/desktop/form_fieldset.png

Take a look at this clone, I tried creating the same effect using a card and a label inside an xy panel. You could also create custom html with the same effect by writing your own html inside a custom html form. https://anvil.works/build#clone:46ZXWZUBUOCVYFWN=K5Q7SIW54IIZZTF7CFMBUCMY

1 Like