API Docs for: 2.10.19
Show:

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>

Attributes

disabled

Disables the button from user interaction

label

The text that is the middle of the round button

no-border

The element border: none; style

no-border-color

The element border-color: transparent; style

selected

Sets the button to the selected state

value

The value of the button