I want resposive view of buttons in bootstrap. Like that:
[button1] [button3] [button5]
[button2] [button4] [button6]
and on phone:
[button1]
[button2]
[button3]
[button4]
[button5]
[button6]
As user clicked in one button it should be set to active, others inactive.