shusharin
shusharin
I try: ` BootForm::checkbox('Label name', 'field_name')->addGroupClass('some-css-class'); ` result: ``` Label name ``` - "some-css-class" added in div.checkbox. How can i get next result? ("some-css-class" added in div.form-group) ``` Label name...
**What version of this package are you using?** ^3.22.1 **What operating system, Node.js, and npm version?** macOs, v18.10.0, 8.19.2 **What happened?** let Validator = require('validatorjs'); Validator(obj, { attribute: 'required|string', allow:...