Examples

Do more with buttons. Control button states or create groups of buttons for more components like toolbars.

This modules exposes two directives: bs-checkbox and bs-radio that can be used as attributes to trigger toggle, checkbox or radio behavior.

Group directives are also available as shortcuts

Use bs-checkbox-group and bs-radio-group to easily setup the proper markup at compile time.

Live demo clog.info

$scope.button = {{button | json}};


Type support

Theses directives can handle both strings, numbers and booleans values.