Title: Checkbox with HTML tag
Last modified: July 28, 2021

---

# Checkbox with HTML tag

 *  Resolved [jehovec](https://wordpress.org/support/users/jehovec/)
 * (@jehovec)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/checkbox-with-html-tag/)
 * After update to latest version, there insnt chance to add any HTML tag to checkbox
   options. Is it bug or deprecated function?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [Champ Camba](https://wordpress.org/support/users/champsupertramp/)
 * (@champsupertramp)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/checkbox-with-html-tag/#post-14726326)
 * Hi [@jehovec](https://wordpress.org/support/users/jehovec/)
 * Please try the pre-release version in the link:
    [https://downloads.wordpress.org/plugin/ultimate-member.2.2.1-rc.1.zip](https://downloads.wordpress.org/plugin/ultimate-member.2.2.1-rc.1.zip)
 * After updating the UM, you need to add this custom code to allow the HTML tags
   in the checkbox options:
 *     ```
       add_filter( 'um_builder_input_map', 'um_073021_builder_input_map', 10, 1 );
       function um_073021_builder_input_map( $args ){
          $args['_options']['sanitize'] = 'wp_kses';
           return $args;
       }
       ```
   
 * You can add the above code to your theme/child-theme’s functions.php file or 
   use the Code Snippets plugin to run the code.
 * Regards,
 *  Plugin Contributor [Champ Camba](https://wordpress.org/support/users/champsupertramp/)
 * (@champsupertramp)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/checkbox-with-html-tag/#post-14737181)
 * Hi [@jehovec](https://wordpress.org/support/users/jehovec/)
 * Please feel free to re-open this thread by changing the Topic Status to ‘Not 
   Resolved’ if any other questions come up and we’d be happy to help. 🙂
 * Regards,

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Checkbox with HTML tag’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=3160947)
 * [Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin](https://wordpress.org/plugins/ultimate-member/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-member/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-member/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-member/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-member/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-member/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Champ Camba](https://wordpress.org/support/users/champsupertramp/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/checkbox-with-html-tag/#post-14737181)
 * Status: resolved