File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2037,11 +2037,11 @@ sub set_visible {
2037
2037
2038
2038
"Ticks" the first checkbox that has both the name and value associated
2039
2039
with it on the current form. If there is no value to the input, just
2040
- pass an empty string or undef as the value. Dies if there is no named
2041
- checkbox for the value given, if a value is given. Passing in a false
2042
- value as the third optional argument will cause the checkbox to be
2043
- unticked. The third value does not need to be set if you wish to
2044
- merely tick the box.
2040
+ pass an empty string as the value. Dies if there is no named checkbox
2041
+ for the value given, if a value is given. Passing in a false value
2042
+ as the third optional argument will cause the checkbox to be unticked.
2043
+ The third value does not need to be set if you wish to merely tick the
2044
+ box.
2045
2045
2046
2046
=cut
2047
2047
You can’t perform that action at this time.
0 commit comments