Skip to content
Snippets Groups Projects

Devel

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

Files

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