====== behavior: check ======
Standard checkbox button implementation. This behavior is pretty simple: on click it toggles '':checked'' state flag on the element. You can assign this behavior to other elements that you would like to behave as a "toggle".
===== Elements =====
that have this behavior applied by default:
* '''' - standard HTML inline radio button;
* '''' - radio button - block;
* ''