Merge pull request #977 from stangri/luci-app-vpnbypass
[project/luci.git] / modules / luci-base / luasrc / view / cbi / fvalue.htm
index 5eddcf2..197d03c 100644 (file)
@@ -6,4 +6,5 @@
                attr("id", cbid) .. attr("name", cbid) .. attr("value", self.enabled or 1) ..
                ifattr((self:cfgvalue(section) or self.default) == self.enabled, "checked", "checked")
        %> />
+       <label<%= attr("for", cbid)%>></label>
 <%+cbi/valuefooter%>