You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to render a checkbox the same way as a text input field.
So it should contain the form control wrapper div with the label of the checkbox for the required mark.
Followed by the checkbox itself and the hint and errors.
I tried to do the same which is working in yii\widgets\ActiveForm
This issue has originally been reported by @djfly at yiisoft/yii2#8567.
Moved here by @cebe.
This is a general checkbox
it's not have label at left
if set enclosedByLabel false checkbox is not have name and Not aligned
I need the effect like this
The text was updated successfully, but these errors were encountered: