Group Buttons

Group a series of buttons together on a single line

To see a live sample of the component you can go here.

Table of contents

Content under construction

Style

The Buttons Radio can be styled as a Bootstrap Button. Style the buttons adding the Bootstrap style classes on the styleClass property, or customize the style of the component from your solution's styleSheet.

The Buttons are styled by default with the css class 'btn-default'.

The component provide it's own CSS selector, .bts-extra-btn-radio, for easy restyle of the component. Combine these selector with the class selectors of the Bootstrap Button for fine grade customization.

Button group properties

Button group properties can be found here.

Button group events

Button group events can be found here.

Button group API

Button group API methods can be found here.

The following articles are recommended for additional reading

Last updated