plugins/content/templates/user/system/common/check_box_item.stpl

Summary

Maintainability
Test Coverage
<label class="checkbox checkbox-inline">
    <input type="checkbox" name="{name}" value="{value}" id="{id}" {selected} {add_str}>
    {label}
</label>