Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checkbox type input, not add the custom class that i set #22

Closed
arturmamedov opened this issue Aug 7, 2017 · 1 comment
Closed

checkbox type input, not add the custom class that i set #22

arturmamedov opened this issue Aug 7, 2017 · 1 comment

Comments

@arturmamedov
Copy link
Contributor

I have this config:

'in_promotion' => [
    'type' => 'checkbox',
    'class' => 'flat-green',
],

And the generated input haven't the flat-green class that i set

<div class="form-group ">
        <label class="control-label" for="In_promotion">In_promotion</label>
        <input id="In_promotion" name="in_promotion" type="checkbox">
</div>
@arturmamedov
Copy link
Contributor Author

This commit solve this 2feee95

@mlantz mlantz closed this as completed Apr 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants