Home > PHP > Function > Newt > newt_checkbox_set_value()

newt_checkbox_set_value()

newt_checkbox_set_value - Sets the value of the checkbox

Syntax

newt_checkbox_set_value (resource $checkbox, string $value)

Arguments

  • checkbox
  • value

Description

This function allows to set the current value of the checkbox resource.

Version

PHP PECL newt >= 0.1

Return value

No value is returned.