Returns HTML containing multiple checkboxes, with values to store in a SET column or similar
This is the code documentation for the SproutCMS project
Search documentation |
function checkboxSet()Returns HTML containing multiple checkboxes, with values to store in a SET column or similar
Usagestring Fb::checkboxSet ( string $name , array $attrs , array $settings ); ExampleForm::nextFieldDetails('Colours to include', false); echo Form::checkboxSet('colours', [], [ 'red' => 'Red, the colour of cherries and strawberries', 'green' => 'Green, the colour of leaves', 'blue' => 'Blue, the colour of the sky and ocean', ]); Arguments
Return value
|
| Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Tuesday, 15th September, 2026 at 10:26 am |
|