# formidable/5.0.16/classes/views/frm-forms/multiselect-accessibility.php

Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes &amp; More, version 5.0.16. 11 lines.

- Page: https://pluginprobe.com/plugins/formidable/5.0.16/code/classes/views/frm-forms/multiselect-accessibility.php
- Raw: https://pluginprobe.com/plugins/formidable/5.0.16/raw/classes/views/frm-forms/multiselect-accessibility.php
- Modified: 2020-12-07T20:56:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/formidable/5.0.16/code/classes/views/frm-forms/multiselect-accessibility.php#L10-L20`.

```php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( 'You are not allowed to call this page directly.' );
}
?>
<div class="hidden">
	<div id="frm_press_space_checked"><?php esc_html_e( 'Checked. To uncheck this option, press Space or Enter', 'formidable' ); ?></div>
	<div id="frm_press_space_unchecked"><?php esc_html_e( 'Unchecked. To check this option, press Space or Enter', 'formidable' ); ?></div>
	<div id="frm_multiselect_button"><?php esc_html_e( 'You are on a Custom List of Checkboxes. To open, press Enter. Use Up and Down arrow keys to switch between options', 'formidable' ); ?></div>
</div>

```
