<%+cbi/valueheader%> <%- local selected = { } if self.multiple then local val for val in luci.util.imatch(self:cfgvalue(section)) do selected[val] = true end else selected[self:cfgvalue(section)] = true end if not next(selected) and self.default then selected[self.default] = true end -%>
>
<%+cbi/valuefooter%>