oreesh-radio-button Class
Single radio button
// Can be created dynamically
var radioButton = new OreeshRadioButton();
<!-- Or via HTML -->
<!-- Basic example -->
<oreesh-radio-button label="label">
Basic button
</oreesh-radio-button>
<!-- A pre-selected button -->
<oreesh-radio-button slected>
Already selected
</oreesh-radio-button>
<!-- A disabled button -->
<oreesh-radio-button label="label" disabled>
Disabled button
</oreesh-radio-button>
