Better Checkboxes (Now with radios!)

Unmaintained Better Checkboxes (Now with radios!)

The latest code on the main resource page now has support for radio input options.

To make the change manually in your template, simply find:
Less:
// Don't apply to off-canvas controls
.formRow .iconic > input[type=checkbox] {

Replace with:
Less:
// Don't apply to off-canvas controls
.formRow .iconic > input[type=checkbox],
.formRow .iconic > input[type=radio] {
  • Like
Reactions: eL_ and Earl
Top Bottom