Skip to content

Checkbox

Ivan Kalatchev edited this page Oct 29, 2020 · 3 revisions

The checkbox is a HTML component, that presents a boolean (true/false) value.

Checkboxes

How to use it?

Example Code

Normal checkbox

<label class="be-ch-countainer">Primary

 <input type="checkbox" checked="checked">

 <span class="be-ch-checkmark be-ch-checkmark-primary"></span>

</label>

Classes

Get Value

Clone this wiki locally