Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

PHP DOM Builder API 2.0

EOOS Automotive R22-07 is released in version v0.9.0

The first official release of EOOS Automotive that is elaborated for POSIX and WIN32 compatible operating systems and based on interfaces designed for EOOS RT – real time operating system.

Class «DomBuilder\Element\Input\Radio»

input type=radio – radio button.

The input element with a type attribute whose value is "radio" represents a selection of one item from a list of items (a radio button).

All implemented interfaces:

Object Builder Property Attribute Traverse Fetch Search Tester Field

public Radio checked($checked=true);

Sets a value of 'checked' attribute.

Parameters:
bool $value — boolean value flag.

Returns:
Radio — this element.

Back to class list