return home
choose one
FAQ why anole?
---
github project
Report bugs, contribute, or just get the code.
visit my website
rolandixor.pro
anole framework demo - forms
.an-checkbox & .an-radiobox
.an-checkbox
is applied to the label that will contain your checkboxes.

.an-radiobox
is applied to the label that will contain your radioboxes.

You will need the respective input, such as a checkbox or radio button, along with a span, which will act as the actual button.
<label>.an-checkbox<input type="checkbox"><span></span></label> <label>.an-radiobox<input type="radio"><span></span></label>
.an-tail
this section is always visible, but can be hidden.