The objective is to use checkbox to have effect of group buttons that can be toggled. For example, Button Groups from Bootstrap. Now they are much easier to implement with CSS :has functional pseudo class. We’ll start with some mark up, using regular form elements. Without any styles, our design look like below. Applying Styles […]