File: bp-xprofile/classes/class-bp-xprofile-field-type-checkbox.php
Description
BP_XProfile_Field_Type_Checkbox

Checkbox xprofile field type.

Source: bp-xprofile/classes/class-bp-xprofile-field-type-checkbox.php:17

BP_XProfile_Field_Type_Checkbox::__construct()

Constructor for the checkbox field type.

Source: bp-xprofile/classes/class-bp-xprofile-field-type-checkbox.php:24

bp_xprofile_field_type_checkbox

Fires inside __construct() method for BP_XProfile_Field_Type_Checkbox class.

Source: bp-xprofile/classes/class-bp-xprofile-field-type-checkbox.php:44

BP_XProfile_Field_Type_Checkbox::edit_field_html()

Output the edit field HTML for this field type.

Source: bp-xprofile/classes/class-bp-xprofile-field-type-checkbox.php:58

BP_XProfile_Field_Type_Checkbox::edit_field_options_html()

Output the edit field options HTML for this field type.

Source: bp-xprofile/classes/class-bp-xprofile-field-type-checkbox.php:114

bp_get_the_profile_field_options_checkbox

Filters the HTML output for an individual field options checkbox.

Source: bp-xprofile/classes/class-bp-xprofile-field-type-checkbox.php:186

BP_XProfile_Field_Type_Checkbox::admin_field_html()

Output HTML for this field type on the wp-admin Profile Fields screen.

Source: bp-xprofile/classes/class-bp-xprofile-field-type-checkbox.php:205

BP_XProfile_Field_Type_Checkbox::admin_new_field_html()

Output HTML for this field type’s children options on the wp-admin Profile Fields “Add Field” and “Edit Field” screens.

Source: bp-xprofile/classes/class-bp-xprofile-field-type-checkbox.php:220