Webform Boolean
Component ID
1715136
Component name
Webform Boolean
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
6122
Component created
Component changed
Component body
Overview
An additional component for webform, which allows a single on/off checkbox with a value given for the on and off states.
Known problems
Webform uses a custom invoke function (webform_component_invoke) which does not prefix the module name before the function call. Functions in components/boolean.inc are therefore not namespaced, when/if the webform module changes this, I will add the correct namespacing.
