Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

PHP DOM Builder API 2.0

BOOS Core for Texas Instruments TMS320C64x Digital Signal Processors family is released

Baigudin Software project has represented the BOOS Core operating kernel for TMS320C64x Digital Signal Processors family of Texas Instruments Company with single core.

Class «DomBuilder\Element\Input\Checkbox»

input type=checkbox – checkbox.

The input element with a type attribute whose value is "checkbox" represents a state or option that can be toggled.

All implemented interfaces:

Object Builder Property Attribute Traverse Fetch Search Tester Field

public Checkbox checked($checked=true);

Sets a value of 'checked' attribute.

Parameters:
bool $value — boolean value flag.

Returns:
Checkbox — this element.

Back to class list