
Drupal::Admin::Checkbox - simple object representing module checkbox

The group to which the checkbox belongs,
e.g.
Core - optional
Type can be status (to turn a module on or off) or throttle.
The name attribute stripped of type information; e.g.
if the actual checkbox name attribute is status[aggregator],
our name attribute is aggregator
The id attribute of the checkbox (not currently used for anything)
The value attribute of the checkbox; i.e.
the user visible label
Boolean, whether or not the checkbox is checked
Boolean, whether or not the checkbox is disabled
Index of the checkbox on the page, in case there are multiples with the same name (starts from 0)
Return a human readable string describing module state