File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class BootstrapFormHelper extends FormHelper {
4646 'checkbox ' => '<input type="checkbox" name="{{name}}" value="{{value}}"{{attrs}}> ' ,
4747 'checkboxFormGroup ' => '{{label}} ' ,
4848 'checkboxWrapper ' => '<div class="checkbox">{{label}}</div> ' ,
49- 'checkboxContainer ' => '{{h_checkboxContainer_start}}<div class="checkbox">{{content}}</div>{{h_checkboxContainer_end}} ' ,
49+ 'checkboxContainer ' => '{{h_checkboxContainer_start}}<div class="checkbox {{required}} ">{{content}}</div>{{h_checkboxContainer_end}} ' ,
5050 'dateWidget ' => '{{year}}{{month}}{{day}}{{hour}}{{minute}}{{second}}{{meridian}} ' ,
5151 'error ' => '<span class="help-block error-message{{h_errorClass}}">{{content}}</span> ' ,
5252 'errorList ' => '<ul>{{content}}</ul> ' ,
You can’t perform that action at this time.
0 commit comments