Skip to content
Snippets Groups Projects

Devel

Merged Piotr Potrebka requested to merge devel into master
2 files
+ 2
6
Compare changes
  • Side-by-side
  • Inline

Files

+ 0
3
@@ -6,9 +6,6 @@ use WPDesk\Forms\Field;
class CheckboxField extends BasicField {
const VALUE_TRUE = 'yes';
const VALUE_FALSE = 'no';
public function get_type(): string {
return 'checkbox';
}
Loading