powmedia / backbone-forms

Form framework for BackboneJS with nested forms, editable lists and validation
MIT License
2.17k stars 415 forks source link

Bootstrap 3 inline radio / checkbox items #533

Open glenpike opened 7 years ago

glenpike commented 7 years ago

532 fixed the classes for Radio & Checkbox(es) editors to use the correct class-name for styling according to the doc's but we don't currently support "inline" checkboxes / radios. This would require custom templates that wrap the inputs in labels with a classname - we could provide a template for a workaround, or possibly a flag / switch to do this with BS3?