formers / former

A powerful form builder, for Laravel and other frameworks (stand-alone too)
https://formers.github.io/former/
1.34k stars 205 forks source link

Add Choice field type #574

Closed dariusj18 closed 5 years ago

dariusj18 commented 6 years ago

Pull request has three main features, two of them related.

  1. Making Checkable's inline, stacked, and grouped methods accept boolean attributes.
  2. Add Choice field type which necessitated delaying Framework class application to render time since inline classes would not be applied the same way to checkbox/radio vs select elements.
claar commented 6 years ago

I do think this should likely be merged; sorry for the delay. I haven't had the time to review and test this properly.