* as a delimiter. Default false.
* @type mixed $value The field value.
* @type string $name The field name value.
* @type array $attributes An array of attributes to add to the field. The array key defines the
* attribute name and the array value defines the attribute value. Default array.
* @type mixed $default The default value. Default false.
* }
*/
function beans_field_activation( $field ) {
$checked = $field['value'] ? ' checked="checked"' : null;
echo '';
echo '';
}