Skip to content

Radio Button

Ivan Kalatchev edited this page Nov 4, 2020 · 4 revisions

The radio button is a HTML component, that represents a option (a/b/c) value.

Radio

How to use it?

Example Code

Normal Radio

<label class="be-ra-container">

        <input type="radio" name="radio">
        <span class="be-ra-checkmark be-ra-checkmark-primary"></span>

</label>

Classes

be-ra-countainer be-ra-checkmark

Variants

be-ra-checkmark-primary

be-ra-checkmark-danger

be-ra-checkmark-warning

be-ra-checkmark-info

be-ra-checkmark-success

Clone this wiki locally