This program replace yesod-form to Bootstrap v4.
This program is not work for boolField
and checkBoxField
.
Because Bootstrap v4.1 checkbox layout different other. Forms · Bootstrap
use Monadic form. and
fooFieldSettings :: FieldSettings master
fooFieldSettings = (bfs ("public" :: Text))
{ fsAttrs = [("class", "form-check-input")]
}