@@include("partials/title-meta.html", {"title": "Checkbox & Radio"}) @@include("partials/head-css.html")
@@include('./partials/topbar.html', {"pagetitle": "Checkbox & Radio"}) @@include('./partials/left-sidebar.html')

Basic

Supports bootstrap brand colors: .checkbox-primary, .checkbox-info etc.

Checkboxes without label text .checkbox-single

Inline checkboxes

Circled

.checkbox-circle for roundness.

Checkboxes without label text .checkbox-single

Inline checkboxes

Disabled

Disabled state also supported.

Basic

Supports bootstrap brand colors: .radio-primary, .radio-danger etc.

Radios without label text .radio-single

Inline radios

Disabled

Disabled state also supported.

@@include('./partials/footer.html')
@@include('./partials/right-sidebar.html')