/wheels/tests/view/forms/checkBoxTag.cfc
ColdFusion CFScript | 11 lines | 8 code | 3 blank | 0 comment | 0 complexity | e7baa37a918485d46bcb6860a53f7e58 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
- <cfcomponent extends="wheelsMapping.Test">
- <cffunction name="setup">
- <cfset loc.controller = controller(name="dummy")>
- </cffunction>
- <cffunction name="test_x_checkBoxTag_valid">
- <cfset loc.controller.checkBoxTag(name="suscribe", value="true", label="Suscribe to our newsletter", checked=false)>
- </cffunction>
- </cfcomponent>