?>

				<label for="capability-<?php 
echo $key;
?>
">
					<input type="checkbox" id="capability-guest" name="capability[guest]" <?php 
if (is_array(Check_Variables_Options::get_capability()) && in_array('guest', Check_Variables_Options::get_capability())) {
    echo 'checked="checked"';
}
?>
 />
					 Guest
				</label>

				<div class="clear">&nbsp;</div>
			</td>
		</tr>

		<tr>
			<th scope="row"><label for="users">Users </label></th>
			<td>
				<input type="text" name="users" id="users" class="regular-text" value="<?php 
echo Check_Variables_Options::get_users();
?>
" />
				<p class="description">Input User ID (number) separated by comma(,).</p>
			</td>
		</tr>
	</tbody>
</table>