/spec/tags/library/cgi/htmlextension/checkbox_group_tags.txt
Plain Text | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | 0c2661e828da08a23422a6b08a0f37a8 MD5 | raw file
Possible License(s): LGPL-2.1
1fails:CGI::HtmlExtension#checkbox_group when passed name, values ... allows passing a value as an Array containing the value, a label and the checked state 2fails:CGI::HtmlExtension#checkbox_group when passed name, values ... returns a sequence of 'checkbox'-elements with the passed name and the passed values 3fails:CGI::HtmlExtension#checkbox_group when passed name, values ... allows passing a value inside an Array 4fails:CGI::HtmlExtension#checkbox_group when passed name, values ... allows passing a value as an Array containing the value and the checked state or a label 5fails:CGI::HtmlExtension#checkbox_group when passed name, values ... returns an empty String when passed no values 6fails:CGI::HtmlExtension#checkbox_group when passed name, values ... ignores a passed block 7fails:CGI::HtmlExtension#checkbox_group when passed Hash uses the passed Hash to generate the checkbox sequence 8fails:CGI::HtmlExtension#checkbox_group when passed Hash ignores a passed block